pub fn extract_raw_context(
config: &ContextConfig,
headers: &[(String, String)],
cookie_header: Option<&str>,
query_string: Option<&str>,
) -> RawContextMapExpand description
Build a RawContextMap keyed by config key from request headers, cookies, and query string.