http: case-insensitive header table search 99/42199/4
authorMatus Fabian <[email protected]>
Fri, 17 Jan 2025 19:46:30 +0000 (14:46 -0500)
committerFlorin Coras <[email protected]>
Wed, 22 Jan 2025 19:07:24 +0000 (19:07 +0000)
commit8759d26470f8427bb9c0a4766662ecdc82e135e2
treec748e473f42eb8b9c53243cd92d9cec022d4f49a
parent593630d33a6d4651eaaa0eb9074994557c3b3a2a
http: case-insensitive header table search

header names are case-insensitive, see RFC9110 section 5.1

Type: improvement

Change-Id: Ic5ef5615397537ba48fc56b18c882fa838c54751
Signed-off-by: Matus Fabian <[email protected]>
src/plugins/hs_apps/http_cli.c
src/plugins/hs_apps/proxy.c
src/plugins/http/http.h
src/plugins/http/http_plugin.rst
src/plugins/http/test/http_test.c