Skip to main content

create_http_client_from_config

Function create_http_client_from_config 

Source
pub fn create_http_client_from_config(
    config: &PerformanceConfig,
) -> HttpClientBuilder
Expand description

Create HTTP client builder from performance config

This function creates an HttpClientBuilder pre-configured with settings from the provided PerformanceConfig. The resulting client will include automatic retry functionality.