rocket

Module request

Source
Expand description

Types and traits for request parsing and handling.

Re-exports§

  • pub use local_cache_17528701391603010988::___internal_local_cache as local_cache;
  • pub use local_cache_once_7220044077313545068::___internal_local_cache_once as local_cache_once;

Structs§

  • The type of an incoming web request.

Traits§

  • Trait to convert a dynamic path segment string to a concrete value.
  • Trait implemented by request guards to derive a value from incoming requests.
  • Trait to convert many dynamic path segment strings to a concrete value.

Type Aliases§

  • Type alias to retrieve Flash messages from a request.
  • Type alias for the Outcome of a FromRequest conversion.