Structs§
- Boxed
Handler - Type-erased handler for storing in collections.
- FnHandler
- A function handler that wraps an async function.
Traits§
- Handler
- A handler that can process HTTP requests.
- Into
Handler - Trait for converting various function types into handlers.
Functions§
- from_
legacy_ handler - Convert the legacy HandlerFn type to a BoxedHandler.
- handler
- Create an optimized handler from a function.
Type Aliases§
- Legacy
Handler Fn - Legacy handler function type alias.
- Optimized
Handler Fn - Optimized handler type alias for the routing system.