View Source Antikythera.Http.Headers (antikythera v0.5.1)

HTTP headers as a map.

If multiple headers in a single request/response have the same header name, their values are concatenated with commas. In case of cookie header values are concatenated using semicolons instead of commas.

Summary

Types

Functions

@spec default() :: t()
@spec valid?(term()) :: boolean()