commit | dec25c3e14754425a10ed386bd9bceab6af49573 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Mon Oct 25 19:48:37 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Oct 27 10:19:41 2021 +0200 |
tree | 9565f079bb9c05ee2201f84d190b80db7239a352 | |
parent | b4d0cd02c14d4db1cf54b0bd8ee328fb198553f3 [diff] |
MINOR: httpclient: support payload within a buffer httpclient_req_gen() takes a payload argument which can be use to put a payload in the request. This payload can only fit a request buffer. This payload can also be specified by the "body" named parameter within the lua. httpclient. It is also used within the CLI httpclient when specified as a CLI payload with "<<".