Types
Header = {HeaderName :: string(), HeaderValue::string()}
string:to_lower/1 will be performed on the HeaderName
Provide default headers for the HTTP servers responses. Note that this option may override built-in defaults.
The module implementing this behaviour shall be supplied to to the servers configuration with the option customize
Provide default headers for the HTTP servers responses. Note that this option may override built-in defaults.
Filter and possible alter HTTP response headers before they are sent to the client.
Filter and possible alter HTTP request headers before they are processed by the server.