libs/web: add "any" option to firewall_zonelist widget
[project/luci.git] / libs / web / luasrc / http /
2010-10-12 Jo-Philipp Wichlibs: merge libs/http into libs/web
2008-06-19 Jo-Philipp Wich* luci/libs: moved http.protocol from libs/web to libs...
2008-06-16 Steven Barth* Added preliminary HTTPD construct
2008-06-15 Jo-Philipp Wich* luci/libs: http.protocol: prevent oversized read...
2008-06-15 Jo-Philipp Wich* luci/libs: http.protocol: switch to blockwise reading...
2008-06-15 Jo-Philipp Wich* luci/libs: improved linereader implementation
2008-06-15 Steven Barth* Added support for CGI SGI
2008-06-15 Jo-Philipp Wich* luci/libs: http.protocol: split parse_message() in...
2008-06-15 Jo-Philipp Wich* luci/libs: drop depency to luci.bits use tonumber...
2008-06-15 Jo-Philipp Wich* luci/libs: protocol.lua: store status code and status...
2008-06-15 Jo-Philipp Wich* luci/libs: fix get parameter handling in http.protocol
2008-06-15 Jo-Philipp Wich* luci/libs: added initial HTTP protocol implementation