[][src]Function http_io::client::get

pub fn get<U: TryInto<Url>>(url: U) -> Result<HttpBody<TcpStream>> where
    <U as TryInto<Url>>::Error: Display

Execute a GET request.