Fixed URL encoding to generate %0x instead of %x
[prosody.git] / net / http.lua
2008-12-15 Waqas HussainFixed URL encoding to generate %0x instead of %x
2008-12-12 Matthew WildOops, don't call server.loop() because we'll be running...
2008-12-12 Matthew WildPass HTTP request object to callback
2008-12-12 Matthew WildHTTP request callbacks now: handler(code, content)...
2008-12-12 Matthew WildNon-blocking HTTP requests (adding net.http)