Docs.rs
minreq-async-2.13.1
minreq-async 2.13.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
wszxl516
Dependencies
anyhow ^1.0.95
normal
base64 ^0.22.1
normal
optional
futures ^0.3.31
normal
log ^0.4.0
normal
once_cell ^1.14.0
normal
rustls ^0.23
normal
rustls-webpki ^0.102.8
normal
tokio ^1
normal
tokio-rustls ^0.26.0
normal
urlencoding ^2.1.3
normal
webpki-roots ^0.26.7
normal
chrono ^0.4.39
dev
env_logger ^0.11.6
dev
indicatif ^0.17.11
dev
Versions
87.1%
of the crate is documented
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
URL
minreq
2.13.1
URL
Aliased Type
In crate minreq
minreq
Type Alias
URL
Copy item path
Source
pub type URL =
String
;
Expand description
A URL type for requests.
Aliased Type
ยง
pub struct URL {
/* private fields */
}