Expand description
Hyper HTTP connection implementation using hyper and tokio runtime.
This module provides a HyperHttpConnection type that implements the embedded_svc
HTTP client Connection trait, allowing synchronous-style HTTP requests on top of
the asynchronous hyper library.
Modules§
- error
- Error types for the Hyper HTTP connection implementation.
Structs§
- Hyper
Http Connection - An HTTP connection using the Hyper library and Tokio runtime.