aboutsummaryrefslogtreecommitdiffstats
path: root/net/httpserver.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.httpserver: Pass on interface option from new_from_config() (thanks Chris)Matthew Wild2009-10-191-1/+3
|
* net.httpserver: Allow modules registering to provide more than just a ↵Matthew Wild2009-10-031-3/+13
| | | | default path when using httpserver.new_from_config
* net.httpserver: Allow overriding default request handlerMatthew Wild2009-08-111-3/+4
|
* net.httpserver: Don't log response bodies!Matthew Wild2009-08-111-1/+1
|
* net.httpserver: Allow response.body to be a non-stringMatthew Wild2009-08-051-4/+5
|
* net.httpserver: Reduce log level of 'request left open' messageMatthew Wild2009-07-271-1/+1
|
* net.httpserver: Allow specification of the default base URL when using ↵Matthew Wild2009-07-141-3/+3
| | | | new_from_config()
* net.httpserver: Add helper function to set up HTTP server according to given ↵Matthew Wild2009-07-121-1/+21
| | | | config options
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
|
* net.httpserver: Don't upset logger when response is nilMatthew Wild2009-06-281-1/+1
|
* net.httpserver: Fix for urlencoding to always produce 2 digitsMatthew Wild2009-05-041-1/+1
|
* net.http, net.httpserver: Remove urlcodes table... it really isn't needed ↵Matthew Wild2009-05-041-2/+1
| | | | (thanks Jan Harkes)
* net.httpserver: Fix potential nil accessMatthew Wild2009-04-221-2/+2
|
* net.httpserver: Fix traceback when sending response to a destroyed requestMatthew Wild2009-04-231-1/+1
|
* net.httpserver: Don't log the response body (can be binary data...)Matthew Wild2009-04-231-1/+1
|
* net.httpserver: Don't log that a request has been left open if it is destroyedMatthew Wild2009-04-051-1/+1
|
* core.httpserver: Rename request.responseheaders to the more logical ↵Matthew Wild2009-01-121-3/+3
| | | | request.headers
* Adding initial net.httpserver (lots of work to do on it)Matthew Wild2008-12-221-0/+250