Module async_scgi::headers [−][src]
Expand description
Functions for working with SCGI headers directly.
Enums
An error that occurred while parsing SCGI headers.
Functions
Encode headers to be sent over the wire.
Parse the headers and pack them as slices into a map.
Parse the headers and pack them as strings into a map.
Parse the headers, invoking the header
closure for every header parsed.