3 releases

0.0.4 Jul 7, 2024
0.0.2 Mar 18, 2024
0.0.1 Mar 16, 2024

#1378 in Network programming

MIT/Apache

190KB
4K SLoC

bevy_defer_http

Http utilities for the bevy_defer crate, based on the hyper crate.

This crate is for examples and testing only, do not use this in production.

Features

  • Http client

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

~44–83MB
~1.5M SLoC