Module headers

Source
Expand description

Functions for working with SCGI headers directly.

Enums§

ScgiHeaderParseError
An error that occurred while parsing SCGI headers.

Functions§

encode_headers
Encode headers to be sent over the wire.
header_str_map
Parse the headers and pack them as slices into a map.
header_string_map
Parse the headers and pack them as strings into a map.
parse_headers
Parse the headers, invoking the header closure for every header parsed.