Skip to main content

new_http_client

Function new_http_client 

Source
pub fn new_http_client() -> Result<Client, Error>
Expand description

Construct a new reqwest::Client to be used with the functions in this module. You don’t necessary need to use this.

The client constructed will not store cookie or follow redirect.