Docs.rs
http-request-8.60.0
http-request 8.60.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
eastspire
Dependencies
http-type ^3.38.0
normal
rustls ^0.23.25
normal
webpki-roots ^0.26.8
normal
Versions
81.25%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
http_
request
8.60.0
Module error
Module Items
Structs
Enums
In http_
request::
tokio::
sync::
broadcast
http_request
::
tokio
::
sync
::
broadcast
Module
error
Copy item path
Source
Expand description
Broadcast error types
Structs
§
Send
Error
Error returned by the
send
function on a
Sender
.
Enums
§
Recv
Error
An error returned from the
recv
function on a
Receiver
.
TryRecv
Error
An error returned from the
try_recv
function on a
Receiver
.