mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-16 08:24:42 +00:00
a9083d0722
This is only possible in frontends of course, but it will finally make it possible to capture arbitrary http parts, including URL parameters or parts of the message body. It's worth noting that an ugly (char **) cast had to be done to call sample_fetch_string() which is caused by a 5- or 6- levels of inheritance of this type in the API. Here it's harmless since the function uses it as a const, but this API madness must be fixed, starting with the one or two rare functions that modify the args and inflict this on each and every keyword parser. (cherry picked from commit 484a4f38460593919a1c1d9a047a043198d69f45) |
||
---|---|---|
.. | ||
design-thoughts | ||
internals | ||
lua-api | ||
acl.fig | ||
architecture.txt | ||
close-options.txt | ||
coding-style.txt | ||
configuration.txt | ||
cookie-options.txt | ||
gpl.txt | ||
haproxy-en.txt | ||
haproxy-fr.txt | ||
haproxy.1 | ||
lgpl.txt | ||
network-namespaces.txt | ||
proxy-protocol.txt | ||
queuing.fig |