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 threaded LocalExecutor.
  • async_io is used as the reactor.

§Features

  • Http client.
  • Https client.
  • Server.
  • WASM support.

Structs§

Enums§

Traits§