haproxy/doc
Thierry FOURNIER 841475e304 MINOR: lua: service/applet can have access to the HTTP headers when a POST is received
When a POST is processed by a Lua service, the HTTP header are
potentially gone. So, we cannot retrieve their content using
the standard "hdr" sample fetchs (which will soon become invalid
anyway) from an applet.

This patch add an entry "headers" to the object applet_http. This
entry is an array containing all the headers. It permits to use the
HTTP headers during the processing of the service.

Many thanks to Jan Bruder for reporting this issue with enough
details to reproduce it.

This patch will have to be backported to 1.6 since it will be the
only way to access headers from Lua applets.
2015-12-20 23:12:12 +01:00
..
design-thoughts
internals
lua-api MINOR: lua: service/applet can have access to the HTTP headers when a POST is received 2015-12-20 23:12:12 +01:00
acl.fig
architecture.txt
close-options.txt
coding-style.txt DOC: update coding-style to reference checkpatch.pl 2015-09-21 16:45:45 +02:00
configuration.txt DOC: ssl: Adding docs for Multi-Cert bundling 2015-12-14 23:29:50 +01:00
cookie-options.txt
gpl.txt
haproxy.1
intro.txt DOC: mention management.txt in README 2015-10-13 16:35:36 +02:00
lgpl.txt
linux-syn-cookies.txt
lua.txt DOC: lua: architecture and first steps 2015-11-09 11:15:00 +01:00
management.txt BUG/MEDIUM: config: properly adjust maxconn with nbproc when memmax is forced 2015-12-14 13:03:09 +01:00
network-namespaces.txt
proxy-protocol.txt
queuing.fig