Type Alias ScgiHeaders

Source
pub type ScgiHeaders = HashMap<String, String>;
Expand description

An ScgiRequest header map.

Aliased Typeยง

struct ScgiHeaders { /* private fields */ }