Expand description
Response handling module that converts handler results into HTTP responses.
This module provides the Responder trait which defines how different types
can be converted into HTTP responses. It includes implementations for common types
like Result, Option, String, etc.
The Responder trait is a key part of the response pipeline, allowing handler
return values to be automatically converted into proper HTTP responses.
Modules§
Structs§
Traits§
- Responder
- A trait for types that can be converted into HTTP responses.