Crate native_svc

Source
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§

HyperHttpConnection
An HTTP connection using the Hyper library and Tokio runtime.