Function chttp::get

source ·
pub fn get<U>(uri: U) -> Result<Response, Error>where
    Uri: HttpTryFrom<U>,
Expand description

Sends an HTTP GET request.

The response body is provided as a stream that may only be consumed once.