From 817e7598986b8a239e9e4d06395822ab3c572f5a Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Mon, 24 Jul 2017 14:35:04 +0200 Subject: [PATCH] DOC: lua: Proxy class doc update Following the patch adding the name of the proxy, this patch contains the associated doc update. --- doc/lua-api/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 113aad631..541d960a5 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst @@ -785,6 +785,10 @@ Proxy class This class provides a way for manipulating proxy and retrieving information like statistics. +.. js:attribute:: Proxy.name + + Contain the name of the proxy. + .. js:attribute:: Proxy.servers Contain an array with the attached servers. Each server entry is an object of