List, I am trying to figure out how to use the new lua API. After reading https://raw.githubusercontent.com/yuxans/haproxy/master/doc/lua-api/index.rst it still isn't clear to me how to get the client IP of a connection. Is information about the socket available inside lua? If so, any suggestions on how to access it? I am hoping to get the IP address from each HTTP request and do some processing on it.
Thanks! -Joe

