commit | 0da616ee18221ca7050f302df18cc12b272acd4b | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Thu Oct 28 15:34:26 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Oct 28 16:24:14 2021 +0200 |
tree | 5e7f69cfa5ffd1a914dcd64bd37019a38bfe9890 | |
parent | 04065b87ced8bc9aad204942a49253e1650af48b [diff] |
MINOR: httpclient: request streaming with a callback This patch add a way to handle HTTP requests streaming using a callback. The end of the data must be specified by using the "end" parameter in httpclient_req_xfer().