]> git.kaiwu.me - haproxy.git/commit
MINOR: httpclient: allow to use absolute URI with new flag HC_F_HTTPROXY
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 29 Apr 2024 15:10:47 +0000 (17:10 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 29 Apr 2024 15:10:47 +0000 (17:10 +0200)
commit95949e68687048f5aca3588b0a2714f1ef7bd6ad
tree3d2408d43cc906050f0a1900d7333790dbd26c6a
parent9bdce675856024af9110dcfa8701a2054f041494
MINOR: httpclient: allow to use absolute URI with new flag HC_F_HTTPROXY

The new HC_F_HTTPPROXY flag allows to use an absolute URI within a
request that won't be modified in order to use an http proxy.
include/haproxy/http_client-t.h
src/http_client.c