aboutsummaryrefslogtreecommitdiffstats
path: root/net/http.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | content an error message)
* Non-blocking HTTP requests (adding net.http)Matthew Wild2008-12-121-0/+173