Module response

Source
Expand description

Response abstraction for building HTTP responses

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

Structs§

ElifResponse
Response builder for creating HTTP responses with fluent API

Enums§

ResponseBody
Response body types

Traits§

IntoElifResponse
Helper trait for converting types to ElifResponse