Skip to main content

RawContextMap

Type Alias RawContextMap 

Source
pub type RawContextMap = BTreeMap<String, Option<String>>;
Expand description

Raw extracted values from HTTP request (e.g. headers). None means the source was not present.

Aliased Typeยง

pub struct RawContextMap { /* private fields */ }