From: Aurelien DARRAGON Date: Fri, 14 Oct 2022 07:03:32 +0000 (+0200) Subject: DOC/CLEANUP: lua-api: removing duplicate core.proxies attribute X-Git-Tag: v2.7-dev8~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5684c54d19451090392f311edea7dbed31a5dbe;p=thirdparty%2Fhaproxy.git DOC/CLEANUP: lua-api: removing duplicate core.proxies attribute core.proxies attribute was found 2 times in the core Class. Removing the second occurrence, which is purely duplicate and does not belong here. --- diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 6cbf33f80b..b76cb09e2b 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst @@ -468,18 +468,6 @@ Core class :param integer milliseconds: the required milliseconds. -.. js:attribute:: core.proxies - - **context**: body, init, task, action, sample-fetch, converter - - Proxies is a table containing the list of all proxies declared in the - configuration file. The table is indexed by the proxy name, and each entry - of the proxies table is an object of type :ref:`proxy_class`. - - .. warning:: - if you have declared a frontend and backend with the same name, only one of - these are listed. - .. js:function:: core.register_action(name, actions, func [, nb_args]) **context**: body