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