Jesper Steen Møller
Jesper Steen Møller
This is a draft PR for adding lifetimes HeaderValues, HeaderMap, and Response, so that header _values_ can borrow from something with some longer lifetime. The patch is implemented by suggestion...
Updated first to bevy 0.8.1 and now to bevy 0.11 * New add_system signatures, including .chain() * Added bevys derives for Events and Resources * New shapes::Plane construction * Remove...
I enjoyed your tutorial, but it didn't quite work with the current release of Bevy or Rust. I made it work with latest nightly Rust and latest Bevy version 0.8.1...
This PR fixes #1224 by introducing more detailed HTTP status reporting. If the request is matched, this patch does nothing. That way, routes which set their own HTTP status code...
This PR adds a fairly uncontroversial test for attribute groups.
This is an update of JCR-4892 on top of current trunk
**Is your feature request related to a problem? Please describe.** When transforming a node in a pipeline, it is sometimes useful to transform a single node into multiple nodes, e.g....
Implement #2871 by changing Option handling in request guards, so that Error outcomes aren't suppressed. Flash storage needed to be tweaked to accommodate the change.
### API Docs to Existing Functionality https://api.rocket.rs/master/rocket/request/trait.FromRequest ### Problems with Existing Functionality When using the FromRequest guards/extractors with an Option, there's no differentiation between a good and a bad request....