Hi there.

I'm moving some code to HAProxy (LUA) and struggling with missing (or
undocumented) functionality:
1. I'm modifying request headers in action context before passing it to
web-servers, but can't access URL/query string (looks like it's only
available with AppletHTTP class in service context).
2. I'm returning response from a service action, but can't access client IP
who made a request.
3. No way to get Map keys without knowing them, except reading it from
socket.

Am I missing something? And do you have any plans to implement missing
things?

Reply via email to