3 releases

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

#259 in HTTP client

Download history 44/week @ 2024-03-28 18/week @ 2024-04-04 1/week @ 2024-06-27 126/week @ 2024-07-04 12/week @ 2024-07-11

139 downloads per month

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

~41–79MB
~1.5M SLoC