commit | dc2cc9008bf2518e4a4130c224983bc4c710d386 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Oct 26 11:43:26 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Oct 27 10:19:49 2021 +0200 |
tree | eb3b1ddd594bfdc6466b7a57affef77328314851 | |
parent | dec25c3e14754425a10ed386bd9bceab6af49573 [diff] |
MINOR: httpclient/lua: support more HTTP methods Add support for HEAD/PUT/POST/DELETE method with the lua httpclient. This patch use the httpclient_req_gen() function with a different meth parameter to implement this. Also change the reg-test to support a POST request with a body.