Skip to main content

normalize_request_with_config

Function normalize_request_with_config 

Source
pub fn normalize_request_with_config(
    method: Method,
    scheme: &str,
    authority: &str,
    path: &str,
    query: &str,
    headers: &[(&str, &str)],
    protocol: Protocol,
    transport: Transport,
    config: NormalizeConfig,
) -> Result<CanonicalRequest, NormalizeError>
Expand description

使用自定义配置规范化 HTTP 请求