]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: httpclient: initialize the proxy
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 13 Aug 2021 12:47:57 +0000 (14:47 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 18 Aug 2021 15:35:48 +0000 (17:35 +0200)
commit83614a9fbe650c57c0c80672c59216a553011ef4
tree33e144143d5d46cb30c1d3e9c75cfb29da7269fe
parent08d0f2313862bfacab7a84cdbe70508bef50a393
MINOR: httpclient: initialize the proxy

Initialize a proxy which contain a server for the raw HTTP, and another
one for the HTTPS. This proxy will use the global server log definition
and the 'option httplog' directive.

This proxy is internal and will only be used for the HTTP Client API.
Makefile
src/http_client.c [new file with mode: 0644]