Docs.rs
reqwest-wasm-0.11.16
reqwest-wasm 0.11.16
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
samdenty
Dependencies
base64 ^0.13
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
tower-service ^0.3
normal
url ^2.2
normal
async-compression ^0.3.13
normal
optional
cookie ^0.16
normal
optional
cookie_store ^0.16
normal
optional
encoding_rs ^0.8
normal
h2 ^0.3.10
normal
http-body ^0.4.0
normal
hyper ^0.14.18
normal
hyper-rustls ^0.23
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.8
normal
optional
once_cell ^1
normal
percent-encoding ^2.1
normal
pin-project-lite ^0.2.0
normal
proc-macro-hack ^0.5.19
normal
optional
rustls ^0.20
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.23
normal
optional
tokio-socks ^0.5.1
normal
optional
tokio-util ^0.7.1
normal
optional
trust-dns-resolver ^0.22
normal
optional
webpki-roots ^0.22
normal
optional
brotli ^3.3.0
dev
doc-comment ^0.3
dev
env_logger ^0.8
dev
hyper ^0.14
dev
libflate ^1.0
dev
serde ^1.0
dev
tokio ^1.0
dev
futures ^0.3.0
normal
futures-core ^0.3.0
normal
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.2
normal
optional
web-sys ^0.3.25
normal
wasm-bindgen ^0.2.68
dev
wasm-bindgen-test ^0.3
dev
winreg ^0.10
normal
Versions
100%
of the crate is documented
Platform
wasm32-unknown-unknown
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
reqwest_
wasm
0.11.16
Module multipart
Module Items
Structs
In crate reqwest_
wasm
reqwest_wasm
Module
multipart
Copy item path
Source
Expand description
multipart/form-data
Structs
ยง
Form
An async multipart/form-data request.
Part
A field in a multipart form.