Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-30 | inets: Add new customize function response_default_headers | Ingela Anderton Andin | |
This enables the user to provide default HTTP header values for headers that should always be sent. Note that these values may override built in defaults. | |||
2015-09-08 | inets: Fix broken links | Ingela Anderton Andin | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-29 | inets: Add customize option | Ingela Anderton Andin | |
Many HTTP headers are optional, and it could be desirable for the server to filter and maybe even alter them without replacing the mod_* modules that generate/process them. Add new behaviour httpd_custom_api with default implementation in httpd_custom.erl. Add behaviour module in 18 as then we can specify optional callbacks. |