Expand description
Http utilities for the bevy_defer crate, based on the hyper crate.
§Runtime
- The executor is the
futuressingle threadedLocalExecutor. async_iois used as the reactor.
§Features
- Http client.
- Https client.
- Server.
- WASM support.
Re-exports§
pub use hyper;
Structs§
- Request
- Represents an HTTP request.