Expand description
Response abstraction for building HTTP responses
Provides fluent response building with status codes, headers, and JSON serialization.
Structs§
- Elif
Header Map - Framework-native header map - use instead of axum::http::HeaderMap
A set of HTTP headers - Elif
Response - Response builder for creating HTTP responses with fluent API
- Elif
Status Code - Framework-native status codes - use instead of axum::http::StatusCode
An HTTP status code (
status-codein RFC 9110 et al.).
Enums§
- Response
Body - Response body types
Traits§
- Into
Elif Response - Helper trait for converting types to ElifResponse