Docs.rs
reqwest-0.11.27
reqwest 0.11.27
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
seanmonstar
Dependencies
base64 ^0.21
normal
bytes ^1.0
normal
futures-core ^0.3.0
normal
futures-util ^0.3.0
normal
http ^0.2
normal
mime_guess ^2.0
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
optional
serde_urlencoded ^0.7.1
normal
sync_wrapper ^0.1.2
normal
tower-service ^0.3
normal
url ^2.2
normal
async-compression ^0.4.0
normal
optional
cookie ^0.17.0
normal
optional
cookie_store ^0.20.0
normal
optional
encoding_rs ^0.8
normal
futures-channel ^0.3
normal
optional
h2 ^0.3.14
normal
h3 ^0.0.3
normal
optional
h3-quinn ^0.0.4
normal
optional
hickory-resolver ^0.24
normal
optional
http-body ^0.4.0
normal
hyper ^0.14.21
normal
hyper-rustls ^0.24.0
normal
optional
hyper-tls ^0.5
normal
optional
ipnet ^2.3
normal
log ^0.4
normal
mime ^0.3.16
normal
native-tls ^0.2.10
normal
optional
once_cell ^1
normal
percent-encoding ^2.1
normal
pin-project-lite ^0.2.0
normal
quinn ^0.10
normal
optional
rustls ^0.21.6
normal
optional
rustls-native-certs ^0.6
normal
optional
rustls-pemfile ^1.0
normal
optional
tokio ^1.0
normal
tokio-native-tls ^0.3.0
normal
optional
tokio-rustls ^0.24
normal
optional
tokio-socks ^0.5.1
normal
optional
tokio-util ^0.7.1
normal
optional
webpki-roots ^0.25
normal
optional
brotli ^3.3.0
dev
doc-comment ^0.3
dev
env_logger ^0.10
dev
futures-util ^0.3.0
dev
hyper ^0.14
dev
libflate ^1.0
dev
serde ^1.0
dev
tokio ^1.0
dev
js-sys ^0.3.45
normal
serde_json ^1.0
normal
wasm-bindgen ^0.2.68
normal
wasm-bindgen-futures ^0.4.18
normal
wasm-streams ^0.4
normal
optional
web-sys ^0.3.25
normal
wasm-bindgen ^0.2.68
dev
wasm-bindgen-test ^0.3
dev
system-configuration ^0.5.1
normal
winreg ^0.50.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
wasm32-unknown-unknown
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
reqwest
0.11.27
Module cookie
Structs
Traits
In crate reqwest
?
Module
reqwest
::
cookie
source
·
[
−
]
Expand description
HTTP Cookies
Structs
§
Cookie
A single HTTP cookie.
Jar
A good default
CookieStore
implementation.
Traits
§
CookieStore
Actions for a persistent cookie store providing session support.