Module lexa_framework::http::response
source · Modules
- Server-Sent Events (SSE) responses.
Structs
- Append headers to a response.
- An
IntoResponse-based error type - Extractor and response for extensions.
- URL encoded extractor and response.
- An HTML response.
- JSON Extractor / Response.
- Response that redirects the request to another location.
- Parts of a response.
- An SSE response
- Extractor and response that works with typed header values from
headers.
Traits
- Trait for generating responses.
- Trait for adding headers and extensions to a response.
Type Aliases
- Type alias for
http::Responsewhose body type defaults to [BoxBody], the most common body type used with axum. - An
IntoResponse-based result type that usesErrorResponseas the error type.