Commit Graph

28 Commits (accb25e18fd305ff306ed8f2af9e535c90dca607)

Author SHA1 Message Date
Marco Cirillo 622306813b mod_http: disable ssl peer verification by default. 13 years ago
Kim Alvefur 4a30cfbc90 mod_http: Import portmanager 13 years ago
Kim Alvefur 8e233c797e mod_http: Expand $host in http_paths 13 years ago
Kim Alvefur 329ee389c5 mod_http: Fix path length pattern 13 years ago
Matthew Wild d7b707744d mod_http: Fix pattern and slightly improve efficiency and memory usage of wildcard HTTP handlers 13 years ago
Kim Alvefur 67144d911b mod_http: Make module:http_url() aware of http_host 13 years ago
Matthew Wild 7f962c6d08 mod_http: Rename variable for clarity 13 years ago
Matthew Wild e4c43fa10a 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') 13 years ago
Waqas Hussain d9d38ef125 mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). 13 years ago
Kim Alvefur df886d2043 mod_http: Rework how module:http_url() builds the url. 14 years ago
Kim Alvefur 76c09d2ad1 mod_http: Don't produce paths with double / if a module is set to serve / 14 years ago
Matthew Wild 9a9d82e049 mod_http: Fix traceback when no HTTP services succeed in binding 14 years ago
Kim Alvefur 1e99d3bcd0 mod_http: Fix normalize_path('/') to not return an empty string, fixes module:http_url() 14 years ago
Matthew Wild 72ff00a1cd mod_http: Add module:http_url([app_name,][default_path]) for a module to get a guess at its external URL 14 years ago
Matthew Wild ce88b45b6f mod_http: Depend on mod_http_errors 14 years ago
Matthew Wild e865b1b3fe net.http.server, mod_http: Support http_default_host config option to specify where to direct requests for unknown HTTP vhosts 14 years ago
Matthew Wild af90690399 mod_http: Allow a route value to be static data rather than a handler function 14 years ago
Matthew Wild c06a35c238 mod_http: Routes now require a method to be specified, but the path has become optional (defaults to the base path with no trailing '/' 14 years ago
Matthew Wild d4e4489577 mod_http: Link to docs on routes in error message 14 years ago
Matthew Wild fad0359e75 mod_http: Remove unused import of url.parse 14 years ago
Matthew Wild 6c6566bace mod_http: Switch to single option for specifying HTTP app bases, http_paths. Keys are app/module names, values are base paths. 14 years ago
Matthew Wild 355eb83a4a mod_http: Use module:hook/unhook_event_object() so that handlers get unregistered if mod_http is unloaded 14 years ago
Matthew Wild 904d33cce4 mod_http: Fix specifying method in app route keys 14 years ago
Matthew Wild a3ceb27bae mod_http: Pass portion of path that matched wildcard to wildcard handlers, as a second parameter 14 years ago
Matthew Wild f28df31a1b mod_http: Support for default_path in apps 14 years ago
Matthew Wild c51dcd332f mod_http: Revamp module for new API and config 14 years ago
Waqas Hussain 4ce0cecfe4 mod_http: Include handlers of non-global modules. 14 years ago
Waqas Hussain 8d2bb74a6a mod_http: Provide HTTP service. 14 years ago