pub fn get<U>(uri: U) -> Result<Response<Body>, Error>where
Uri: HttpTryFrom<U>,Expand description
Send a GET request to the given URI.
The request is executed using a shared HttpClient instance. See
HttpClient::get for details.
pub fn get<U>(uri: U) -> Result<Response<Body>, Error>where
Uri: HttpTryFrom<U>,Send a GET request to the given URI.
The request is executed using a shared HttpClient instance. See
HttpClient::get for details.