[][src]Function chttp::get

pub fn get(uri: &str) -> Result<Response, Error>

Sends an HTTP GET request.

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