spin_http::wagi

Function build_headers

Source
pub fn build_headers(
    route_match: &RouteMatch,
    req: &Parts,
    content_length: usize,
    client_addr: SocketAddr,
    default_host: &str,
    use_tls: bool,
) -> HashMap<String, String>