summaryrefslogtreecommitdiff
path: root/include/haproxy/http_client.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: httpclient: export httpclient_create_proxy()William Lallemand2022-09-141-0/+2
* MEDIUM: httpclient: allow to use another proxyWilliam Lallemand2022-09-131-0/+2
* MINOR: httpclient/lua: ability to set a server timeoutWilliam Lallemand2022-02-231-0/+1
* MINOR: httpclient: sets an alternative destinationWilliam Lallemand2022-02-171-0/+1
* MINOR: httpclient: request streaming with a callbackWilliam Lallemand2021-10-281-1/+1
* MINOR: httpclient: support payload within a bufferWilliam Lallemand2021-10-271-1/+1
* MINOR: httpclient: destroy checks if a client was started but not stoppedWilliam Lallemand2021-10-061-0/+7
* MINOR: httpclient: stop_and_destroy() ask the applet to autokillWilliam Lallemand2021-10-061-1/+2
* MINOR: httpclient: httpclient_ended() returns 1 if the client endedWilliam Lallemand2021-09-241-0/+6
* MINOR: httpclient: httpclient_data() returns the available dataWilliam Lallemand2021-09-241-0/+7
* MINOR: httpclient: cleanup the include filesWilliam Lallemand2021-08-201-0/+2
* MINOR: httpclient: implement a simple HTTP Client APIWilliam Lallemand2021-08-181-0/+11