net.http.server, mod_http: Support http_default_host config option to specify where...
[prosody.git] / plugins / mod_http.lua
2012-04-27 Matthew Wildnet.http.server, mod_http: Support http_default_host...
2012-04-27 Matthew Wildmod_http: Allow a route value to be static data rather...
2012-04-27 Matthew Wildmod_http: Routes now require a method to be specified...
2012-04-27 Matthew Wildmod_http: Link to docs on routes in error message
2012-04-26 Matthew Wildmod_http: Remove unused import of url.parse
2012-04-26 Matthew Wildmod_http: Switch to single option for specifying HTTP...
2012-04-26 Matthew Wildmod_http: Use module:hook/unhook_event_object() so...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-24 Matthew Wildmod_http: Fix specifying method in app route keys
2012-04-23 Matthew Wildmod_http: Pass portion of path that matched wildcard...
2012-04-23 Matthew Wildmod_http: Support for default_path in apps
2012-04-23 Matthew Wildmod_http: Revamp module for new API and config
2012-04-21 Waqas Hussainmod_http: Include handlers of non-global modules.
2012-04-21 Waqas Hussainmod_http: Provide HTTP service.