Crate scgi [−] [src]
SCGI parser.
This is partly a port of my Java parser: https://gist.github.com/ArtemGr/38425.
Enums
ScgiError |
SCGI parsing errors. |
Functions
parse |
Parse the headers, invoking the |
read_headers |
Read the headers from the stream. |
str_map |
Parse the headers and pack them as slices into a map. |
string_map |
Parse the headers and pack them as strings into a map. |