Function http_io::client::get

source ·
pub fn get<U: TryInto<Url>>(url: U) -> Result<HttpBody<StdTransport>>where
    <U as TryInto<Url>>::Error: Display,
Expand description

Execute a GET request.

This function is available if http_io is built with the "std" feature.