Skip to main content

resolve_set_headers

Function resolve_set_headers 

Source
pub fn resolve_set_headers(
    set_headers: &HashMap<String, String>,
    access_token: &str,
) -> Vec<(String, String)>
Expand description

Resolve all configured set-headers, replacing {access_token} in values.

Returns a list of (header-name, resolved-value) pairs.