mod_bosh: Add routes without trailing-'/', so that both /http-bind and /http-bind/ work again
|
Matthew Wild |
Fri, 27 Apr 2012 19:05:03 +0100 |
mod_http: Allow a route value to be static data rather than a handler function
|
Matthew Wild |
Fri, 27 Apr 2012 19:02:36 +0100 |
net.http.codes: Add missing 418 status code
|
Matthew Wild |
Fri, 27 Apr 2012 18:54:51 +0100 |
mod_http_files: Specify method in HTTP route
|
Matthew Wild |
Fri, 27 Apr 2012 18:40:44 +0100 |
mod_http: Routes now require a method to be specified, but the path has become optional (defaults to the base path with no trailing '/'
|
Matthew Wild |
Fri, 27 Apr 2012 18:37:40 +0100 |
mod_http: Link to docs on routes in error message
|
Matthew Wild |
Fri, 27 Apr 2012 18:36:27 +0100 |
moduleapi: Rename module:hook_stanza() -> module:hook_tag() (hook_stanza works for compat)
|
Matthew Wild |
Fri, 27 Apr 2012 18:35:33 +0100 |
moduleapi: get_host_type(): Return nil for global modules (no host)
|
Matthew Wild |
Fri, 27 Apr 2012 18:34:40 +0100 |
mod_http: Remove unused import of url.parse
|
Matthew Wild |
Thu, 26 Apr 2012 16:53:32 +0100 |
mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit
|
Matthew Wild |
Thu, 26 Apr 2012 16:48:16 +0100 |
Merge with backout
|
Matthew Wild |
Thu, 26 Apr 2012 16:25:17 +0100 |
Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570
|
Matthew Wild |
Thu, 26 Apr 2012 16:25:11 +0100 |
net.http.server: Fire http-error 400 if request fails sanity checks
|
Matthew Wild |
Thu, 26 Apr 2012 16:11:08 +0100 |
net.http.parser: Handle full URLs in status line.
|
Waqas Hussain |
Thu, 26 Apr 2012 20:07:13 +0500 |
mod_http_errors: Module to handle HTTP errors with a HTML page
|
Matthew Wild |
Thu, 26 Apr 2012 15:16:29 +0100 |