Docs.rs
async-fetcher-0.5.0
async-fetcher 0.5.0
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
mmstick
jackpot51
Dependencies
derive-new ^0.5
normal
derive_more ^0.99
normal
derive_setters ^0.1
normal
digest ^0.10
normal
filetime ^0.2
normal
futures ^0.3
normal
hex ^0.4
normal
http ^0.2
normal
httpdate ^1.0
normal
isahc ^1.6
normal
log ^0.4
normal
md-5 ^0.10
normal
numtoa ^0.2
normal
remem ^0.1
normal
serde ^1.0
normal
sha2 ^0.10
normal
thiserror ^1.0
normal
tokio ^1.16
normal
Versions
41.18%
of the crate is documented
This release has been yanked, go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In
async_fetcher
?
Function
async_fetcher
::
head
source
·
[
−
]
pub async fn head(
client: &
Client
,
uri: &
str
) ->
Result
<
Option
<
Response
<
AsyncBody
>>,
Error
>