[][src]Function chttp::get

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

Sends an HTTP GET request.

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