Crate bevy_defer_http
source ·Expand description
Http utilities for the bevy_defer
crate, based on the hyper
crate.
§Runtime
- The executor is the
futures
single threadedLocalExecutor
. async_io
is used as the reactor.
§Features
- Http client.
- Https client.
- Server.
- WASM support.
Re-exports§
pub use hyper;
Structs§
- Represents an HTTP request.