pub type RawContextMap = BTreeMap<String, Option<String>>;
Raw extracted values from HTTP request (e.g. headers). None means the source was not present.
None
pub struct RawContextMap { /* private fields */ }