pub fn get_async<U>(uri: U) -> ResponseFuture<'static> ⓘExpand description
Send a GET request to the given URI asynchronously.
The request is executed using a shared HttpClient instance. See
HttpClient::get_async for details.
pub fn get_async<U>(uri: U) -> ResponseFuture<'static> ⓘSend a GET request to the given URI asynchronously.
The request is executed using a shared HttpClient instance. See
HttpClient::get_async for details.