Expand description
Dispatch requests to the appropriate handler.
Structs§
- Method
Allow List - The variant of
AllowedMethodsthat only allows a finite set of HTTP methods for a given path.
Enums§
- Allowed
Methods - The set of HTTP methods that are allowed for a given path.
Constants§
- DEFAULT_
FALLBACK - A handle to add
default_fallback()as a fallback handler to your Pavex application.
Functions§
- default_
fallback - The default fallback handler for incoming requests that don’t match any of the routes you registered.