create_http_client

Function create_http_client 

Source
pub fn create_http_client(identity: Option<Identity>) -> Result<Client, Error>
Expand description

Creates a new HTTP client to use, will use the client identity if one is provided

ยงArguments

  • identity - Optional identity for the client to use