MINOR: http_fetch: Add case-insensitive argument for url_param/urlp_val
authorMartin DOLEZ <martin@dolez.fr>
Tue, 28 Mar 2023 13:06:05 +0000 (09:06 -0400)
committerWilly Tarreau <w@1wt.eu>
Thu, 30 Mar 2023 12:11:25 +0000 (14:11 +0200)
commit28c5f40ad6a1a0be46193a3d8b33c2d5b32aed0a
treeca896220848901938091896a836cf0dcc31f78c8
parent110e4a87333788185ab6f7ebe3092f0d215fdfe5
MINOR: http_fetch: Add case-insensitive argument for url_param/urlp_val

This commit adds a new optional argument to smp_fetch_url_param
and smp_fetch_url_param_val that makes the parameter key comparison
case-insensitive.
Now users can retrieve URL parameters regardless of their case,
allowing to match parameters in case insensitive application.
Doc was updated.
doc/configuration.txt
src/http_fetch.c