Module request

Source
Expand description

Types and traits for request parsing and handling.

Structs§

Request
The type of an incoming web request.

Traits§

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

Type Aliases§

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