Module async

Source
Available on crate feature async only.
Expand description

Asynchronous HTTP client interface.

This module provides the interfaces and types necessary for asynchronous HTTP client implementations in nyquest.

Traits§

AnyAsyncBackend
Trait for type-erased async backend implementations.
AnyAsyncClient
Trait for type-erased async HTTP clients.
AnyAsyncResponse
Trait for type-erased async HTTP responses.
AsyncBackend
Trait for asynchronous HTTP backend implementations.
AsyncClient
Trait for asynchronous HTTP clients.
AsyncResponse
Trait for asynchronous HTTP responses.

Type Aliases§

Body
Type alias for asynchronous HTTP request bodies.
Request
Type alias for asynchronous HTTP requests.