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.
Re-exports§
pub use futures_io;
Enums§
- Boxed
Stream - A boxed async stream type that can either be sized or unsized.
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.
- Sized
Body Stream - Trait for seekable async body streams with a known size.
- Unsized
Body Stream - Trait for unsized async body streams that do not support seeking.