Module

httpd_custom_api

Module Summary

Behaviour with optional callbacks to customize the inets HTTP server.

Since

Module httpd_custom_api was introduced in OTP 17.5.6.

Description

The module implementing this behaviour shall be supplied to to the servers configuration with the option customize

Exports

response_default_headers() -> [Header]
OTP 18.1.1

Types

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.

response_header({HeaderName, HeaderValue}) -> {true, Header} | false
OTP 17.5.6

Types

The header name will be in lower case and should not be altered.

Filter and possible alter HTTP response headers before they are sent to the client.

request_header({HeaderName, HeaderValue}) -> {true, Header} | false
OTP 17.5.6

Types

The header name will be in lower case and should not be altered.

Filter and possible alter HTTP request headers before they are processed by the server.

© 2010–2020 Ericsson AB
Licensed under the Apache License, Version 2.0.