Expand description
Functions for working with SCGI headers directly.
Enums§
- Scgi
Header Parse Error - 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.