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§
- AnyAsync
Backend - Trait for type-erased async backend implementations.
- AnyAsync
Client - Trait for type-erased async HTTP clients.
- AnyAsync
Response - Trait for type-erased async HTTP responses.
- Async
Backend - Trait for asynchronous HTTP backend implementations.
- Async
Client - Trait for asynchronous HTTP clients.
- Async
Response - Trait for asynchronous HTTP responses.