Skip to main content

outbound_json_client_with_policy

Function outbound_json_client_with_policy 

Source
pub fn outbound_json_client_with_policy(
    config: &HttpConfig,
    ssl_verify: Option<bool>,
    connect_timeout: Option<Duration>,
) -> Result<Client, OutboundClientError>
Expand description

Builds an async outbound JSON client with request-scoped transport policy.