haproxy/include
Willy Tarreau 04ff9f105f MINOR: http: add full-length header fetch methods
The req.hdr and res.hdr fetch methods do not work well on headers which
are allowed to contain commas, such as User-Agent, Date or Expires.
More specifically, full-length matching is impossible if a comma is
present.

This patch introduces 4 new fetch functions which are designed to work
with these full-length headers :
  - req.fhdr, req.fhdr_cnt
  - res.fhdr, res.fhdr_cnt

These ones do not stop at commas and permit to return full-length header
values.
2013-06-10 18:39:42 +02:00
..
common MINOR: defaults: allow REQURI_LEN and CAPTURE_LEN to be redefined 2013-06-10 10:30:09 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MINOR: http: add full-length header fetch methods 2013-06-10 18:39:42 +02:00
types MINOR: log: add a new flag 'L' for locally processed requests 2013-06-10 16:42:09 +02:00