aboutsummaryrefslogtreecommitdiffstats
path: root/net/httpclient_listener.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.httpclient_listener: util.httpstream now always expects to be called ↵Matthew Wild2011-09-031-1/+1
| | | | with nil data, so call even when the socket closed cleanly
* net.httpclient_listener: Define t_insertMatthew Wild2011-08-311-1/+1
|
* net.httpclient_listener: Fix to look for the request body in the right ↵Matthew Wild2011-08-201-2/+2
| | | | variable...
* net.http, httpclient_listener: Move request sending from net.http to ↵Matthew Wild2011-08-201-0/+22
| | | | onconnect() handler, and add support for HTTPS requests to net.http
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| |
| * net.httpclient_listener: Don't notify request of closed connection if the ↵Matthew Wild2010-02-191-1/+1
| | | | | | | | close was initiated by us
* | net.httpclient_listener: Don't notify request of closed connection if the ↵Matthew Wild2010-02-191-1/+1
| | | | | | | | close was initiated by us
* | *_listener: Update for new net.server API, specifically .listener -> ↵Matthew Wild2009-11-221-2/+2
|/ | | | .onincoming, .disconnect -> .ondisconnect
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
|
* httpclient_listener: Don't use print()...Matthew Wild2009-05-291-3/+3
|
* net.http: Remove request from conn->request table when conn closedMatthew Wild2009-01-161-1/+1
|
* Non-blocking HTTP requests (adding net.http)Matthew Wild2008-12-121-0/+36