Expand description
Operations, parameters, request bodies, and responses.
Structs§
- Body
- Body
Content - Encoding
- Header
- OAS Header Object. Distinct from
Parameterbecause headers have a fixed serialization style (nostyle/explode), and becauserequiredcarries different semantics here: “documented as always present in the response” rather than “the request must include this”. - Operation
- Parameter
- Response
Enums§
- Http
Method - HTTP method for an operation. The eight standard verbs plus an
Other(String)escape hatch that carries 3.2additionalOperationsmethods (e.g. RFC 9205QUERY) verbatim. Generators that emit against a fixed verb set should match the named variants and either rejectOther(with aStageError::Rejected) or pass the string through to a lower-level builder API. - Parameter
Style - Response
Status