Crate bevy_mod_reqwest

Source

Re-exports§

pub use reqwest;
pub use json::*;

Modules§

json

Structs§

BevyReqwest
Systemparam to have a shorthand for creating http calls in systems
BevyReqwestBuilder
Wrapper around EntityCommands to create the on_response and on_error
DespawnReqwestEntity
Marker component that is used to despawn an entity if the reqwest is finshed
HeaderMap
A set of HTTP headers
ReqwestClient
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
ReqwestErrorEvent
ReqwestInflight
Dont touch these, its just to poll once every request, can be used to detect if there is an active request on the entity but should otherwise NOT be added/removed/changed by a user of this Crate
ReqwestPlugin
Plugin that allows to send http request using the reqwest library from inside bevy.
ReqwestResponseEvent
the resulting data from a finished request is found here
ReqwestSet
The SystemSet that Reqwest systems are added to.
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).
Version
Represents a version of the HTTP spec.