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

Pre request rewrite listener #211

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

marcelo-ochoa
Copy link

I am working in a new functionality for Sticky session on Traefik and for doing that is necessary to added a functionality of:

  • RoundRobinPreRequestRewriteListener

It basically allow the modification of the request header before the logic of serveHTTP start, for example injecting on the fly new Cookie value computed from URL information.
To not broke previous functionality I left the other listener hook with same name and only added a new one.
Marcelo.

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 this pull request may close these issues.

None yet

1 participant