aboutsummaryrefslogtreecommitdiffstats
path: root/net/http/server.lua
Commit message (Expand)AuthorAgeFilesLines
* net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,...Matthew Wild2014-08-291-0/+4
* net.http.server: Comment out a log messageKim Alvefur2014-08-271-1/+1
* net.http.server: Fix Keep-Alive requests with HTTP 1.0Kim Alvefur2013-07-221-1/+1
* mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceba...Matthew Wild2013-04-221-2/+2
* net.server.http: Add a commentMatthew Wild2013-04-221-0/+1
* net.server.http: Ensure that event map cannot grow forever (limit to 10K wild...Matthew Wild2013-04-221-0/+8
* net.http.server: The correct Connection header value to look for is Keep-Aliv...Waqas Hussain2013-04-171-1/+1
* net.http.server: add API to allow firing events directly on the server.Marco Cirillo2013-04-071-0/+3
* net.http.server: Don't overwrite existing response.headers when returning a r...Matthew Wild2013-03-311-1/+7
* net.http.server: Ensure HTTP callbacks are never called recursively for pipel...Waqas Hussain2013-02-261-9/+10
* net.http.server: Properly handle persistent connectionsFlorian Zeitz2013-01-121-3/+14
* net.http.server: Code cleanup/adjustment now that send_response() accepts res...Matthew Wild2012-04-281-3/+1
* net.http.server: Use response.body if it exists and body is not specified to ...Matthew Wild2012-04-281-1/+1
* net.http.server: Remove unused imports and variables (fixes traceback due to ...Matthew Wild2012-04-281-4/+2
* net.http.server: Try default_host if client sent no host anywhere, otherwise....Matthew Wild2012-04-281-4/+4
* net.http.server: Fix traceback on missing host header (thanks darkrain)Matthew Wild2012-04-281-2/+1
* net.http.server, mod_http: Support http_default_host config option to specify...Matthew Wild2012-04-271-41/+56
* net.http.server: Improve commentMatthew Wild2012-04-271-1/+1
* net.http.server: Remove unused variableMatthew Wild2012-04-271-1/+0
* net.http.server: Correctly cache results of handler indexing, and also cache ...Matthew Wild2012-04-271-10/+14
* Merge with backoutMatthew Wild2012-04-261-4/+0
|\
| * Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570Matthew Wild2012-04-261-4/+0
* | net.http.server: Fire http-error 400 if request fails sanity checksMatthew Wild2012-04-261-1/+8
* | net.http.server: Make error handling overrideable via 'http-error' eventMatthew Wild2012-04-261-4/+12
|/
* net.server.http: Parse absolute URIs in requests (thanks Maranda)Matthew Wild2012-04-261-0/+4
* net.http.server: Expose events object (for debug purposes)Matthew Wild2012-04-261-0/+1
* net.http.server: Lower score of wildcard handlers to ensure specific handlers...Matthew Wild2012-04-261-1/+1
* net.http.server: Fix to compare priority if path lengths are the same (logic ...Matthew Wild2012-04-261-1/+1
* net.http.server: Support for on_destroy callback on response objects, and a '...Matthew Wild2012-04-251-0/+14
* net.http.server: Small fix to commentMatthew Wild2012-04-251-1/+1
* net.http.server: Remove legacy compatibilityMatthew Wild2012-04-251-57/+4
* net.http.server: Handle results returned by handlers, and send as a response....Matthew Wild2012-04-241-12/+20
* net.http.server: Remove debug messageMatthew Wild2012-04-241-1/+0
* net.http.server: Support for wildcard events (events that end with '/*')Matthew Wild2012-04-231-0/+51
* net.http.server: Fix legacy net.httpserver fallback (httpserver is no longer ...Waqas Hussain2012-04-221-2/+3
* net.http.server: Fire global HTTP event when no specific handlers available.Waqas Hussain2012-04-211-0/+1
* net.http.server: Missing <title/> in 404 Not Found response.Waqas Hussain2012-04-211-1/+1
* net.http.{server|codes|parser}: Initial commit.Waqas Hussain2012-04-081-0/+223