* Added preliminary HTTPD construct
[project/luci.git] / libs / web / luasrc / http / protocol.lua
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