httpd_custom_api
Behaviour with optional callbacks to customize the inets HTTP server.
- Provided by: erlang-manpages (Version: 1:25.3.2.8+dfsg-1ubuntu4.6)
- Source: erlang
- Report a bug
Behaviour with optional callbacks to customize the inets HTTP server.
The module implementing this behaviour shall be supplied to to the servers configuration with the option customize
response_default_headers() -> [Header]
Types:
Provide default headers for the HTTP servers responses. Note that this option may override built-in defaults.
response_header({HeaderName, HeaderValue}) -> {true, Header}
| false
Types:
Filter and possible alter HTTP response headers before they are sent to the client.
request_header({HeaderName, HeaderValue}) -> {true, Header}
| false
Types:
Filter and possible alter HTTP request headers before they are processed by the server.