Log

net/httpserver.lua @ 1676:719350956714

description author age
net.httpserver: Allow overriding default request handler Matthew Wild 2009-08-11
net.httpserver: Don't log response bodies! Matthew Wild 2009-08-11
net.httpserver: Allow response.body to be a non-string Matthew Wild 2009-08-05
net.httpserver: Reduce log level of 'request left open' message Matthew Wild 2009-07-27
net.httpserver: Allow specification of the default base URL when using new_from_config() Matthew Wild 2009-07-14
net.httpserver: Add helper function to set up HTTP server according to given config options Matthew Wild 2009-07-12
Add copyright header to those files missing one Matthew Wild 2009-07-10
net.httpserver: Don't upset logger when response is nil Matthew Wild 2009-06-28
Merge with 0.4 Matthew Wild 2009-05-05
net.httpserver: Fix for urlencoding to always produce 2 digits Matthew Wild 2009-05-04
Merge with 0.4 Matthew Wild 2009-05-04
net.http, net.httpserver: Remove urlcodes table... it really isn't needed (thanks Jan Harkes) Matthew Wild 2009-05-04
net.httpserver: Fix potential nil access Matthew Wild 2009-04-22
Merge with 0.4 branch Matthew Wild 2009-04-23
net.httpserver: Fix traceback when sending response to a destroyed request Matthew Wild 2009-04-23
net.httpserver: Don't log the response body (can be binary data...) Matthew Wild 2009-04-23
net.httpserver: Fix potential nil access Matthew Wild 2009-04-22
net.httpserver: Don't log that a request has been left open if it is destroyed Matthew Wild 2009-04-05
core.httpserver: Rename request.responseheaders to the more logical request.headers Matthew Wild 2009-01-12
Adding initial net.httpserver (lots of work to do on it) Matthew Wild 2008-12-22