Software /
code /
prosody
Log
net/http.lua @ 5277:8585f3cc4976
description | author | age |
---|---|---|
Merge with Zash | Matthew Wild | 2012-07-22 |
net.http: Use base64 from util.encodings instead of luasocket | Kim Alvefur | 2012-07-07 |
net.http: Don't call ondisconnect manually, net.server now calls it on close | Matthew Wild | 2012-07-22 |
net.http: Fix urlencode to not encode unreserved characters, so I can guiltlessly rant about people who do. | Matthew Wild | 2012-05-12 |
net.http, httpclient_listener: Merge listener into net.http | Matthew Wild | 2012-01-23 |
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 |