* Added preliminary HTTPD construct
authorSteven Barth <steven@midlink.org>
Mon, 16 Jun 2008 19:47:57 +0000 (19:47 +0000)
committerSteven Barth <steven@midlink.org>
Mon, 16 Jun 2008 19:47:57 +0000 (19:47 +0000)
commitdfe85d7e518cc35a55e372b0ac31345788a486a8
tree5651cf8017bbb58f2da9eb93ca2013236b30eac6
parent77da39e7762f7494399e7bad88709764cd6d8f44
* Added preliminary HTTPD construct
libs/httpd/Makefile [new file with mode: 0644]
libs/httpd/luasrc/copas.lua [new file with mode: 0644]
libs/httpd/luasrc/httpd.lua [new file with mode: 0644]
libs/httpd/luasrc/httpd/FileHandler.lua [new file with mode: 0644]
libs/web/luasrc/http/protocol.lua