Docs.rs
ureq-2.10.1
ureq 2.10.1
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
algesten
jsha
Dependencies
base64 ^0.22
normal
brotli-decompressor ^4.0.0
normal
optional
cookie ^0.18
normal
optional
cookie_store ^0.21
normal
optional
encoding_rs ^0.8
normal
optional
flate2 ^1.0.22
normal
optional
hootbin ^0.1.5
normal
optional
http ^1.1
normal
optional
http ^0.2
normal
optional
log ^0.4
normal
native-tls ^0.2
normal
optional
once_cell ^1
normal
rustls ^0.23.5
normal
optional
rustls-native-certs ^0.7
normal
optional
rustls-pki-types ^1
normal
optional
serde ^1
normal
optional
serde_json >=1.0.97
normal
optional
socks ^0.3
normal
optional
url ^2
normal
webpki-roots ^0.26
normal
optional
env_logger <=0.9
dev
rustls ^0.23.5
dev
rustls-pemfile ^2.0
dev
serde ^1
dev
Versions
78.57%
of the crate is documented
Platform
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
ureq
2.10.1
Serde
Map
Aliased type
In crate ureq
Type Alias
ureq
::
SerdeMap
Copy item path
source
·
[
−
]
pub type SerdeMap<K, V> =
Map
<K, V>;
👎
Deprecated: use ureq::serde_json::Map instead
Available on
crate feature
json
only.
Aliased Type
§
struct SerdeMap<K, V> {
/* private fields */
}