Skip to main content

extract_raw_context

Function extract_raw_context 

Source
pub fn extract_raw_context(
    config: &ContextConfig,
    headers: &[(String, String)],
    cookie_header: Option<&str>,
    query_string: Option<&str>,
) -> RawContextMap
Expand description

Build a RawContextMap keyed by config key from request headers, cookies, and query string.