Expand description
Typed response construction for authored HTTP Endpoint handlers.
Modules§
- header
- HTTP header types
Structs§
- Header
Name - Represents an HTTP header field name
- Header
Value - Represents an HTTP header field value.
- Problem
- One intentional RFC 9457-compatible HTTP problem returned by a handler.
- Status
Code - An HTTP status code (
status-codein RFC 9110 et al.).
Enums§
- Response
Build Error - An authoring-time failure while constructing an HTTP response.
Traits§
- Into
Response - Converts one typed handler value into the portable HTTP response contract.