Hi All, Thierry, I'm trying to use the converter 'table_http_req_cnt()' from a Lua script, but I'm not successful and so I wonder how I'm supposed to use the converter class (txn.c:<converter>)...
The documentation misses an example: https://www.arpalert.org/src/haproxy-lua-api/1.8/index.html#converters-class Like for the fetches class: https://www.arpalert.org/src/haproxy-lua-api/1.8/index.html#fetches-class Any help would be appreciated. (HAProxy 1.8, HTTP action context, where I want to pass a string to the converter table_http_req_cnt to read some data from my table). Baptiste

