summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/http
AgeCommit message (Expand)Author
2014-06-11build: introduce luci-baseJo-Philipp Wich
2012-08-29libs/web: merge luci.http.protocol fix from FonosferaJo-Philipp Wich
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 http.pr...Jo-Philipp Wich
2008-06-16* Added preliminary HTTPD constructSteven Barth
2008-06-15* luci/libs: http.protocol: prevent oversized read blocks when reading from s...Jo-Philipp Wich
2008-06-15* luci/libs: http.protocol: switch to blockwise reading in urlencoded post re...Jo-Philipp Wich
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() a...Jo-Philipp Wich
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 m...Jo-Philipp Wich
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