Software /
code /
prosody
Log
net/http.lua @ 4501:eacc93e23f21
description | author | age |
---|---|---|
net.http: Pass response object to callbacks (feels hacky, should this be passed *instead of* the request?) | Matthew Wild | 2012-01-17 |
net.http: Remove extra space after method in request status line for POST. | Waqas Hussain | 2011-08-31 |
net.http: Convert port to a number (for custom port in URL) | Matthew Wild | 2011-08-22 |
net.http: Support for k->v maps in http.formencode | Matthew Wild | 2011-08-20 |
net.http, httpclient_listener: Move request sending from net.http to onconnect() handler, and add support for HTTPS requests to net.http | Matthew Wild | 2011-08-20 |
net.http: Whitespace fixes | Matthew Wild | 2011-08-20 |
net.http: Small fix to prevent traceback when connection fails before sending the request | Matthew Wild | 2011-08-20 |