#defer #bevy #client #async #hyper-http

bevy_defer_http

Hyper based http utilies for bevy_defer

2 releases

0.0.2 Mar 18, 2024
0.0.1 Mar 16, 2024

#238 in HTTP client

Download history 279/week @ 2024-03-15 24/week @ 2024-03-22 50/week @ 2024-03-29 12/week @ 2024-04-05

92 downloads per month

MIT/Apache

195KB
4K SLoC

bevy_defer_http

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.

lib.rs:

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.

Dependencies

~47–87MB
~1.5M SLoC