]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: httpclient: sets an alternative destination
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 17 Feb 2022 18:10:55 +0000 (19:10 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 17 Feb 2022 19:07:00 +0000 (20:07 +0100)
commit7b2e0ee1c1d40fbf6bb95f103e61d4a1cb24aaf5
treed58257309bb19ceac47b73f6a63a7261affb5501
parent1a16e4ebcb6d5848dd867a4ef3edda3760c60124
MINOR: httpclient: sets an alternative destination

httpclient_set_dst() allows to set an alternative destination address
using HAProxy addres format. This will ignore the address within the
URL.
include/haproxy/http_client-t.h
include/haproxy/http_client.h
src/http_client.c