squishy: Add util.httpstream (now contains the HTTP parsing from net.http)

Sun, 28 Nov 2010 14:21:48 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 28 Nov 2010 14:21:48 +0000
changeset 7
1c68b0c3d3b2
parent 6
5c415faedb1f
child 8
b8d3938d9307

squishy: Add util.httpstream (now contains the HTTP parsing from net.http)

squishy file | annotate | diff | comparison | revisions
--- a/squishy	Sat Jan 02 06:08:10 2010 +0000
+++ b/squishy	Sun Nov 28 14:21:48 2010 +0000
@@ -11,6 +11,7 @@
 Module "net.httpclient_listener" 	"net/httpclient_listener.lua"
 Module "net.connlisteners" 		"net/connlisteners.lua"
 Module "net.http" 			"net/http.lua"
+Module "util.httpstream" 		"util/httpstream.lua"
 
 -- Required by multihttp, but otherwise not required (though nice to have)
 Module "util.timer"			"util/timer.lua"

mercurial