Fix share/lua/README.txt HTTPd documentation
commit9a52f71bc6ddfe0ba2bd0c80a8834717f7dbfdc1
authorAlejandro González <alejandro.gonzalez.correo@gmail.com>
Thu, 21 Jun 2018 17:52:31 +0000 (21 19:52 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 26 Jun 2018 06:39:07 +0000 (26 08:39 +0200)
tree7ae03126b965f204ebc125f91836e5dc5c85056f
parentc4113a976cbf5dd7125d26fa3a503e2df9b9a1b3
Fix share/lua/README.txt HTTPd documentation

According to my
code review and testing, the vlc.httpd() Lua method does not take any
arguments and neither support HTTPS in the current VLC version. Also, the
documentation doesn't make it clear on what type of Lua modules it's
available, when it can only be used in the context of interfaces.

Some code snippets that seem to support the findings mentioned above:
modules/lua/intf.c#L258
modules/lua/libs/httpd.c#L82

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
share/lua/README.txt