Expand description
Transport-binding wire shapes shared by every generator (REST, RPC) and every server emitter.
Structs§
- OpDescriptor
- Wire-shape of a single op in a
transport rpcschema. Seedocs/design/rpc-transport.mdfor the full design — in short, an op is the dispatch unit shared by every RPC binding (HTTP unary, HTTP batch, HTTP stream, WebSocket). The macro emits oneOpDescriptorper CRUD verb and per procedure whenSchema.transport == TransportStyle::Rpc. - Route
Transport Capabilities - Wire-level capabilities for one route under a REST binding.
- Route
Transport Descriptor
Enums§
Functions§
- canonical_
request_ string - Canonical string assembled by the envelope signing path:
METHOD\nPATH\nQUERY\nCONTENT-TYPE\nbody-hex. Both seal and verify reconstruct the same string from the same inputs.