Commit Graph

43 Commits (ffde63fe687f5ffecf5fdec28358d1774a8a7169)

Author SHA1 Message Date
Kim Alvefur e9341ec413 mod_http: Allow configuring http parser size limits 10 years ago
Kim Alvefur 54b9ab1ce4 mod_http: Return a static string from module:http_url() when no ports are enabled and log a warning 11 years ago
Kim Alvefur e1988edd2e mod_http: Log a debug message when adding new http apps and warn if no http ports are enabled 11 years ago
Kim Alvefur 833a34dd65 Backout 7726b627c3ea 11 years ago
Matthew Wild 9f9a4c8e6c mod_http: Log event name when adding a HTTP app's hooks 11 years ago
Kim Alvefur 9ff00bc616 mod_http: Fix http_external_url setting without an explicit port 12 years ago
Kim Alvefur b6d6861ec7 mod_http: Use hostname from the correct context (thanks gryffus) 12 years ago
Kim Alvefur 92e7f6f56a Backed out 35ebcb733c4c 11 years ago
Kim Alvefur aca7a4db80 mod_http: Log name and base URL of HTTP apps 11 years ago
Kim Alvefur 56b49947b8 mod_http: For URLs that end with / or wildcard handlers, add a low-priority redirect from without to with slash 11 years ago
Kim Alvefur be21fe5f36 mod_http: Update to disable peer verification with the new certmanager 12 years ago
Florian Zeitz 4b618a8727 Remove all trailing whitespace 13 years ago
Marco Cirillo d6f7def73c mod_http: disable ssl peer verification by default. 13 years ago
Kim Alvefur b865dd462f mod_http: Import portmanager 13 years ago
Kim Alvefur 12ce5fc119 mod_http: Expand $host in http_paths 13 years ago
Kim Alvefur 3904cf00a1 mod_http: Fix path length pattern 13 years ago
Matthew Wild 3e74495e55 mod_http: Fix pattern and slightly improve efficiency and memory usage of wildcard HTTP handlers 13 years ago
Kim Alvefur 12f09bf02b mod_http: Make module:http_url() aware of http_host 13 years ago
Matthew Wild 19d7b4c584 mod_http: Rename variable for clarity 13 years ago
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') 13 years ago
Waqas Hussain 025eca8452 mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). 13 years ago
Kim Alvefur d2867a4507 mod_http: Rework how module:http_url() builds the url. 14 years ago
Kim Alvefur 958f6dc50e mod_http: Don't produce paths with double / if a module is set to serve / 14 years ago
Matthew Wild 21f8b04a86 mod_http: Fix traceback when no HTTP services succeed in binding 14 years ago
Kim Alvefur ee0b51c86f mod_http: Fix normalize_path('/') to not return an empty string, fixes module:http_url() 14 years ago
Matthew Wild ee999e9867 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 24c350bf73 mod_http: Depend on mod_http_errors 14 years ago
Matthew Wild fb9c619707 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 27e152ee76 mod_http: Allow a route value to be static data rather than a handler function 14 years ago
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 '/' 14 years ago
Matthew Wild 5ecbd22498 mod_http: Link to docs on routes in error message 14 years ago
Matthew Wild 25e1f9296a mod_http: Remove unused import of url.parse 14 years ago
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. 14 years ago
Matthew Wild 93f86e22d5 mod_http: Use module:hook/unhook_event_object() so that handlers get unregistered if mod_http is unloaded 14 years ago
Matthew Wild 3e2df1d2fe mod_http: Fix specifying method in app route keys 14 years ago
Matthew Wild a2e8ab3555 mod_http: Pass portion of path that matched wildcard to wildcard handlers, as a second parameter 14 years ago
Matthew Wild ead2ecb05d mod_http: Support for default_path in apps 14 years ago
Matthew Wild 46e69d7017 mod_http: Revamp module for new API and config 14 years ago
Waqas Hussain 668d1d442a mod_http: Include handlers of non-global modules. 14 years ago
Waqas Hussain 10a43c8ff2 mod_http: Provide HTTP service. 14 years ago