Skip to main content

create_http_client_with_timeout

Function create_http_client_with_timeout 

Source
pub fn create_http_client_with_timeout(timeout: Duration) -> Client
Expand description

Creates a reqwest Client with custom timeout settings. Still includes connection pooling limits to prevent FD exhaustion.