aboutsummaryrefslogtreecommitdiffstats
path: root/net/http.lua
Commit message (Expand)AuthorAgeFilesLines
* Fix nil status code for http request callbacksMatthew Wild2008-12-221-1/+1
* Fixed URL encoding to generate %0x instead of %xWaqas Hussain2008-12-161-1/+1
* Oops, don't call server.loop() because we'll be running inside the serverMatthew Wild2008-12-121-2/+1
* Pass HTTP request object to callbackMatthew Wild2008-12-121-5/+5
* HTTP request callbacks now: handler(code, content) (where code may be 0, and ...Matthew Wild2008-12-121-5/+5
* Non-blocking HTTP requests (adding net.http)Matthew Wild2008-12-121-0/+173