]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: capture.req.method and capture.req.uri
authorWilliam Lallemand <wlallemand@exceliance.fr>
Fri, 31 Jan 2014 14:08:02 +0000 (15:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Feb 2014 22:41:36 +0000 (23:41 +0100)
commit65ad6e12c1aaac8b4336b1240ef12de1b5a498c6
tree8252e604d599dc38030a0b35995625ec8768938d
parent4d5b2e5a1d8396b728e5d3fc1d0973bdee19d1c0
MINOR: http: capture.req.method and capture.req.uri

Add 2 sample fetchs allowing to extract the method and the uri of an
HTTP request.

FIXME: the sample fetches parser can't add the LW_REQ requirement, at
the moment this flag is used automatically when you use sample fetches.

Note: also fixed the alphabetical order of other capture.req.* keywords
in the doc.
doc/configuration.txt
src/log.c
src/proto_http.c