Crate httpclienty

Source

Re-exports§

pub use hyper;
pub use hyper_util;
pub use futures;
pub use tokio;
pub use tokio_util;
pub use tokio_stream;
pub use bytes;
pub use http_body_util;
pub use miniz_oxide;
pub use rustls_native_certs;
pub use tokio_rustls;

Modules§

header
HTTP header types

Structs§

BoxBody
A boxed Body trait object.
DecompressBody
A boxed Body trait object.
Full
A body that consists of a single chunk.
Limited
A length limited body.
Request
Represents an HTTP request.
Response
Represents an HTTP response
StreamBody
A body created from a Stream.

Traits§

BodyExt
An extension trait for http_body::Body adding various combinators and adapters

Functions§

box_body
get_http_client_state
perform_http_request

Type Aliases§

BodyVec
BoxedBody
HTTPClientState