mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-21 13:16:57 +00:00
Adding new http converter: rfc7239_field. Takes a string representing 7239 forwarded header single value as input and extracts a single field/parameter from the header according to user selection. Example: # extract host field from forwarded header and store it in req.fhost var http-request set-var(req.fhost) req.hdr(forwarded),rfc7239_field(host) #input: "proto=https;host=\"haproxy.org:80\"" # output: "haproxy.org:80" # extract for field from forwarded header and store it in req.ffor var http-request set-var(req.ffor) req.hdr(forwarded),rfc7239_field(for) #input: "proto=https;host=\"haproxy.org:80\";for=\"127.0.0.1:9999\"" # output: "127.0.0.1:9999" Depends on: - "MINOR: http_ext: introduce http ext converters" |
||
---|---|---|
.. | ||
design-thoughts | ||
internals | ||
lua-api | ||
51Degrees-device-detection.txt | ||
acl.fig | ||
architecture.txt | ||
close-options.txt | ||
coding-style.txt | ||
configuration.txt | ||
cookie-options.txt | ||
DeviceAtlas-device-detection.txt | ||
gpl.txt | ||
haproxy.1 | ||
intro.txt | ||
lgpl.txt | ||
linux-syn-cookies.txt | ||
lua.txt | ||
management.txt | ||
netscaler-client-ip-insertion-protocol.txt | ||
network-namespaces.txt | ||
peers-v2.0.txt | ||
peers.txt | ||
proxy-protocol.txt | ||
queuing.fig | ||
regression-testing.txt | ||
seamless_reload.txt | ||
SOCKS4.protocol.txt | ||
SPOE.txt | ||
WURFL-device-detection.txt |