]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: httpclient: implement a way to use directly htx data
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 5 Feb 2025 21:28:09 +0000 (22:28 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 1 Jul 2025 14:31:47 +0000 (16:31 +0200)
commit3e05e20029566d5543311610648f54c4a4e8d191
tree9524fc01cca2b8bef4ab93db0c391f559ab63dfe
parent2f4219ed68e9f050add14004720fccc92118daf5
MEDIUM: httpclient: implement a way to use directly htx data

Add a HTTPCLIENT_O_RES_HTX flag which allow to store directly the HTX
data in the response buffer instead of extracting the data in raw
format.

This is useful when the data need to be reused in another request.
include/haproxy/http_client-t.h
src/http_client.c