Docs.rs
rust-fetch-0.1.0
rust-fetch 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
d-luca727
Dependencies
anyhow ^1.0.82
normal
bytes ^1.6.0
normal
reqwest ^0.12.4
normal
serde ^1.0.200
normal
serde-xml-rs ^0.6.0
normal
serde_json ^1.0.116
normal
serde_urlencoded ^0.7.1
normal
thiserror ^1.0.59
normal
httpmock ^0.7.0
dev
tokio ^1.37.0
dev
Versions
30%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
rust_
fetch
0.1.0
Fetch
Headers
Aliased Type
In crate rust_
fetch
rust_fetch
Type Alias
FetchHeaders
Copy item path
Source
pub type FetchHeaders =
HashMap
<
String
,
String
>;
Aliased Type
ยง
pub struct FetchHeaders {
/* private fields */
}