1 dépôt
Capabilities for attaching specific HTTP headers to error responses to control caching or rate limiting.
Distinct from Message Header Attachments: Focuses on adding metadata to error responses specifically, rather than general message header attachments.
Explore 1 awesome GitHub repository matching web development · Error Response Headers. Refine with filters or upvote what's useful.
Huma is an OpenAPI REST framework for Go designed for building HTTP services with automatic OpenAPI 3.1 specification generation and JSON Schema validation. It serves as a toolkit for developing REST and RPC APIs with typed inputs and outputs, deriving interactive documentation directly from the source code. The framework distinguishes itself by automating the synchronization between implementation and documentation. It uses a content-negotiation engine to manage multiple serialization formats via client headers and employs a JSON Schema input validator to automatically verify request paramet
Enables adding custom HTTP headers to error responses to manage client-side caching or rate limits.