Skip to main content

build_headers

Function build_headers 

Source
pub fn build_headers(
    static_headers: &HashMap<String, String>,
    env_headers: &HashMap<String, String>,
) -> HeaderMap
Expand description

Build HTTP headers from static and environment-based configuration.