]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: add url_dec converter
authorThierry FOURNIER <tfournier@haproxy.com>
Thu, 7 May 2015 13:46:20 +0000 (15:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 May 2015 09:40:36 +0000 (11:40 +0200)
commit82ff3c9b0584ae2fb56ff0a5433adb4e8acbe1b7
tree1f12f48727834346af9176f5426a50b183600499
parent3986ac186045a17f79d42084160fb57918814e73
MINOR: sample: add url_dec converter

This converter decodes an url-encoded string. It takes a string as
input and returns string as output.
doc/configuration.txt
src/proto_http.c