]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: converter: adding support for url_enc
authorWilliam Dauchy <wdauchy@gmail.com>
Wed, 6 Jan 2021 22:39:50 +0000 (23:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Jan 2021 22:43:04 +0000 (23:43 +0100)
commit888b0ae8cf92cb23112bd8920b256b0bdf67caf0
tree00f9995a3b4befe7d4b504f3d7d132089d7d4a57
parent421ed3952db9f80d59038171b9da7bc11aadcc94
MINOR: converter: adding support for url_enc

add base support for url encode following RFC3986, supporting `query`
type only.

- add test checking url_enc/url_dec/url_enc
- update documentation
- leave the door open for future changes

this should resolve github issue #941

Signed-off-by: William Dauchy <wdauchy@gmail.com>
doc/configuration.txt
reg-tests/converter/url_enc.vtc [new file with mode: 0644]
src/http_conv.c