Module rocket::request

source ·
Expand description

Types and traits for request parsing and handling.

Structs§

Enums§

Traits§

  • Trait to create an instance of some type from an HTTP form. Form requires its generic type to implement this trait.
  • Trait to parse a typed value from a form value.
  • Trait to convert a dynamic path segment string to a concrete value.
  • Trait implemented by query guards to derive a value from a query string.
  • 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§