summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/http
AgeCommit message (Collapse)Author
2010-10-12libs: merge libs/http into libs/webJo-Philipp Wich
2008-06-19* luci/libs: moved http.protocol from libs/web to libs/httpd, rewrote ↵Jo-Philipp Wich
http.protocol to rely on LTN12 chains
2008-06-16* Added preliminary HTTPD constructSteven Barth
2008-06-15* luci/libs: http.protocol: prevent oversized read blocks when reading from ↵Jo-Philipp Wich
socket or file handle
2008-06-15* luci/libs: http.protocol: switch to blockwise reading in urlencoded post ↵Jo-Philipp Wich
requests, renamed readbuf constant
2008-06-15* luci/libs: improved linereader implementationJo-Philipp Wich
2008-06-15* Added support for CGI SGISteven Barth
2008-06-15* luci/libs: http.protocol: split parse_message() in parse_message_header() ↵Jo-Philipp Wich
and parse_message_body()
2008-06-15* luci/libs: drop depency to luci.bits use tonumber() for hex decodingJo-Philipp Wich
2008-06-15* luci/libs: protocol.lua: store status code and status description in http ↵Jo-Philipp Wich
message object
2008-06-15* luci/libs: fix get parameter handling in http.protocolJo-Philipp Wich
2008-06-15* luci/libs: added initial HTTP protocol implementationJo-Philipp Wich