commit | 20b0de56d4604ad2a2a170b02fd3ba09669e1034 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Dec 24 15:45:22 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 24 15:56:20 2012 +0100 |
tree | fe5d811a00e39af510e515f650e2fc69558282b1 | |
parent | b83bc1e1c132845207d24b4434223ae82f7da1f9 [diff] |
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.