Crate bevy_mod_reqwest

source ·

Re-exports§

Structs§

  • Systemparam to have a shorthand for creating http calls in systems
  • Marker component that is used to despawn an entity if the reqwest is finshed
  • A set of HTTP headers
  • Wrapper around the ReqwestClient, that when inserted as a resource will start connection pools towards the hosts, and also allows all the configuration from the ReqwestLibrary such as setting default headers etc to be used inside the bevy application
  • Plugin that allows to send http request using the reqwest library from inside bevy. The plugin uses bevy_eventlister to provide callback style events when the http requests finishes. supports both wasm and native
  • the resulting data from a finished request is found here
  • An HTTP status code (status-code in RFC 7230 et al.).
  • Represents a version of the HTTP spec.