Commit graph

13 commits

Author SHA1 Message Date
Matthew Wild
e37a04496d net.httpserver: Reduce log level of 'request left open' message 2009-07-27 14:26:59 +01:00
Matthew Wild
cef5dd4ef6 net.httpserver: Allow specification of the default base URL when using new_from_config() 2009-07-14 21:03:30 +01:00
Matthew Wild
9b42931a18 net.httpserver: Add helper function to set up HTTP server according to given config options 2009-07-12 15:20:43 +01:00
Matthew Wild
e45610ce6e Add copyright header to those files missing one 2009-07-10 03:08:38 +01:00
Matthew Wild
0e37b231f2 net.httpserver: Don't upset logger when response is nil 2009-06-28 14:17:07 +01:00
Matthew Wild
964ee27096 net.httpserver: Fix for urlencoding to always produce 2 digits 2009-05-04 20:35:44 +01:00
Matthew Wild
ef5e994b1f net.http, net.httpserver: Remove urlcodes table... it really isn't needed (thanks Jan Harkes) 2009-05-04 19:53:31 +01:00
Matthew Wild
b46533a889 net.httpserver: Fix potential nil access 2009-04-22 20:31:45 +01:00
Matthew Wild
d6b19a1b1b net.httpserver: Fix traceback when sending response to a destroyed request 2009-04-23 21:04:56 +01:00
Matthew Wild
37db6110c3 net.httpserver: Don't log the response body (can be binary data...) 2009-04-23 21:04:07 +01:00
Matthew Wild
08a1dbd27f net.httpserver: Don't log that a request has been left open if it is destroyed 2009-04-05 19:42:56 +01:00
Matthew Wild
e50d22fcc4 core.httpserver: Rename request.responseheaders to the more logical request.headers 2009-01-12 04:02:29 +00:00
Matthew Wild
6f71936ac3 Adding initial net.httpserver (lots of work to do on it) 2008-12-22 22:12:11 +00:00