Log

net/http.lua @ 719:b1eb112478b8

description author age
net.http: Fix to send query part of URL to server Matthew Wild Thu, 15 Jan 2009 04:08:06 +0000
net.http: Fix for callbacks being triggered multiple times for the same request Matthew Wild Wed, 14 Jan 2009 03:06:26 +0000
Protected call for HTTP request callbacks, to catch errors Matthew Wild Thu, 08 Jan 2009 02:04:06 +0000
Fix to prevent calling HTTP request callback twice with the same data Matthew Wild Thu, 08 Jan 2009 02:02:35 +0000
HTTP requests now have status code as a number instead of a string. Switched parameters on both http.request() and the callback to better match LuaSocket's http module Matthew Wild Thu, 25 Dec 2008 03:05:06 +0000
Fix nil status code for http request callbacks Matthew Wild Mon, 22 Dec 2008 22:01:49 +0000
Fixed URL encoding to generate %0x instead of %x Waqas Hussain Tue, 16 Dec 2008 03:46:17 +0500