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
Functions
Header = {HeaderName :: string(), HeaderValue::string()}
Provide default headers for the HTTP servers responses. Note that this option may override built-in defaults.
Header = {HeaderName :: string(), HeaderValue::string()}
Filter and possible alter HTTP response headers before they are sent to the client.
Header = {HeaderName :: string(), HeaderValue::string()}
Filter and possible alter HTTP request headers before they are processed by the server.