Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename short request and response related variable names #180

Closed
malud opened this issue Apr 6, 2021 · 0 comments · Fixed by #181
Closed

Rename short request and response related variable names #180

malud opened this issue Apr 6, 2021 · 0 comments · Fixed by #181
Milestone

Comments

@malud
Copy link
Collaborator

malud commented Apr 6, 2021

As we had received some feedback from users which have no related background to varnish, which inspired us to use bereq, beresp and req as names, we would like to refine this configuration part to be more expressive instead of the requirement looking up variable name specifications in the first place.

Following renames:
req -> request
ctx -> context
bereq -> removed
beresp -> removed
bereqs -> backend_requests
beresps -> backend_responses

bereq and beresp were shortcuts for beresps.default.var. There is no drop in replacement at the moment and we will discuss a possible default label shortcut later on. Accessing the default one: backend_responses.default.*.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant