Kim Alvefur
|
12f09bf02b
|
mod_http: Make module:http_url() aware of http_host
|
2012-11-22 20:40:06 +01:00 |
|
Matthew Wild
|
19d7b4c584
|
mod_http: Rename variable for clarity
|
2012-11-22 17:38:53 +00:00 |
|
Matthew Wild
|
e3281bcdb9
|
mod_http: Add 'http_host' option to change the HTTP virtual host that this host is accessible at (e.g. allows mapping a host to '127.0.0.1')
|
2012-11-15 13:24:10 -05:00 |
|
Waqas Hussain
|
025eca8452
|
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
|
2012-09-12 22:22:31 +05:00 |
|
Kim Alvefur
|
d2867a4507
|
mod_http: Rework how module:http_url() builds the url.
|
2012-08-21 21:10:54 +02:00 |
|
Kim Alvefur
|
958f6dc50e
|
mod_http: Don't produce paths with double / if a module is set to serve /
|
2012-08-21 21:03:20 +02:00 |
|
Matthew Wild
|
21f8b04a86
|
mod_http: Fix traceback when no HTTP services succeed in binding
|
2012-05-26 19:49:43 +01:00 |
|
Kim Alvefur
|
ee0b51c86f
|
mod_http: Fix normalize_path('/') to not return an empty string, fixes module:http_url()
|
2012-05-25 03:39:45 +02:00 |
|
Matthew Wild
|
ee999e9867
|
mod_http: Add module:http_url([app_name,][default_path]) for a module to get a guess at its external URL
|
2012-05-18 04:24:33 +01:00 |
|
Matthew Wild
|
24c350bf73
|
mod_http: Depend on mod_http_errors
|
2012-04-28 14:46:36 +01:00 |
|
Matthew Wild
|
fb9c619707
|
net.http.server, mod_http: Support http_default_host config option to specify where to direct requests for unknown HTTP vhosts
|
2012-04-27 23:11:23 +01:00 |
|
Matthew Wild
|
27e152ee76
|
mod_http: Allow a route value to be static data rather than a handler function
|
2012-04-27 19:02:36 +01:00 |
|
Matthew Wild
|
9d5830281a
|
mod_http: Routes now require a method to be specified, but the path has become optional (defaults to the base path with no trailing '/'
|
2012-04-27 18:37:40 +01:00 |
|
Matthew Wild
|
5ecbd22498
|
mod_http: Link to docs on routes in error message
|
2012-04-27 18:36:27 +01:00 |
|
Matthew Wild
|
25e1f9296a
|
mod_http: Remove unused import of url.parse
|
2012-04-26 16:53:32 +01:00 |
|
Matthew Wild
|
4d44ce6743
|
mod_http: Switch to single option for specifying HTTP app bases, http_paths. Keys are app/module names, values are base paths.
|
2012-04-26 06:41:11 +01:00 |
|
Matthew Wild
|
93f86e22d5
|
mod_http: Use module:hook/unhook_event_object() so that handlers get unregistered if mod_http is unloaded
|
2012-04-26 05:40:04 +01:00 |
|
Matthew Wild
|
3e2df1d2fe
|
mod_http: Fix specifying method in app route keys
|
2012-04-24 16:02:30 +01:00 |
|
Matthew Wild
|
a2e8ab3555
|
mod_http: Pass portion of path that matched wildcard to wildcard handlers, as a second parameter
|
2012-04-23 21:34:05 +01:00 |
|
Matthew Wild
|
ead2ecb05d
|
mod_http: Support for default_path in apps
|
2012-04-23 18:23:49 +01:00 |
|
Matthew Wild
|
46e69d7017
|
mod_http: Revamp module for new API and config
|
2012-04-23 14:16:59 +01:00 |
|
Waqas Hussain
|
668d1d442a
|
mod_http: Include handlers of non-global modules.
|
2012-04-21 18:23:44 +05:00 |
|
Waqas Hussain
|
10a43c8ff2
|
mod_http: Provide HTTP service.
|
2012-04-21 17:38:48 +05:00 |
|