oxy
oxy copied to clipboard
Pre request rewrite listener
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.