]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: add http-request 'add-header' and 'set-header' to build headers
authorWilly Tarreau <w@1wt.eu>
Mon, 24 Dec 2012 14:45:22 +0000 (15:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Dec 2012 14:56:20 +0000 (15:56 +0100)
commit20b0de56d4604ad2a2a170b02fd3ba09669e1034
treefe5d811a00e39af510e515f650e2fc69558282b1
parentb83bc1e1c132845207d24b4434223ae82f7da1f9
MEDIUM: http: add http-request 'add-header' and 'set-header' to build headers

These two new statements allow to pass information extracted from the request
to the server. It's particularly useful for passing SSL information to the
server, but may be used for various other purposes such as combining headers
together to emulate internal variables.
doc/configuration.txt
include/types/proto_http.h
src/cfgparse.c
src/proto_http.c