From: William Lallemand Date: Wed, 23 Feb 2022 14:57:45 +0000 (+0100) Subject: DOC: httpclient/lua: fix the type of the dst parameter X-Git-Tag: v2.6-dev2~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18340300daf8f1b73d9a6cade0511f6ae23ee7c5;p=thirdparty%2Fhaproxy.git DOC: httpclient/lua: fix the type of the dst parameter "dst" is of string type. --- diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index f22fac3fba..e87ca07383 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst @@ -1869,7 +1869,7 @@ HTTPClient class :param string request.url: Is a mandatory parameter for the request that contains the URL. :param string request.body: Is an optional parameter for the request that contains the body to send. :param table request.headers: Is an optional parameter for the request that contains the headers to send. - :param table request.dst: Is an optional parameter for the destination in haproxy address format. + :param string request.dst: Is an optional parameter for the destination in haproxy address format. :param integer request.timeout: Optional timeout parameter, set a "timeout server" on the connections. :returns: Lua table containing the response