Module response

Source
Expand description

Response abstraction for building HTTP responses

Provides fluent response building with status codes, headers, and JSON serialization.

Structs§

ElifHeaderMap
Framework-native header map - use instead of axum::http::HeaderMap
A set of HTTP headers
ElifResponse
Response builder for creating HTTP responses with fluent API
ElifStatusCode
Framework-native status codes - use instead of axum::http::StatusCode An HTTP status code (status-code in RFC 9110 et al.).

Enums§

ResponseBody
Response body types

Traits§

IntoElifResponse
Helper trait for converting types to ElifResponse