Expand description
The OperationSpec registry: every fact about an operation, declared once.
v2 scattered these facts across 10+ match sites and five parallel billable lists; here classification, settlement, affinity, and console metadata all read one declaration. Request-body expectations are not a field — they derive from the ingress method (single truth).
Structs§
- Ingress
- One way this operation enters the proxy.
- Matched
- A successful ingress match.
- Operation
Spec - Everything the engine needs to know about an operation.
- Path
Pattern
Enums§
- Affinity
- Which credential-stickiness the operation needs.
- Seg
- One path segment of an ingress pattern. Static tables, no matcher DSL: the full pattern language is exactly what the known APIs need.
- Settle
Mode - When the funnel settles this operation.
- Stream
Detect - How to tell a streaming request from a buffered one at this ingress.
- Stream
Framing
Functions§
- default_
framing - streaming_
sibling - Streaming promotion: which operation a
BodyFlagingress becomes when the flag is set. Exhaustive so a new streaming pair cannot be missed.