Software /
code /
prosody
Log
net/http.lua @ 4365:6704b3cd032e
description | author | age |
---|---|---|
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 |
net.http: Add formdecode to decode an urlencoded form | Matthew Wild | 2011-08-10 |
net.http: Removed old HTTP parser, and updated to use util.httpstream. | Waqas Hussain | 2010-11-05 |