Expand description
Interprets typed HTTP programs as readable route and type descriptions.
The text interpretation executes no handler. It records the selectors, extractor roles, argument product, handler result, and output conversion each endpoint denotes, which makes it the neutral witness that an HTTP program means a surface rather than a framework callback.
Structsยง
- Auth
Role - Identifies authentication extraction in text descriptions.
- Body
Role - Identifies request-body extraction in text descriptions.
- Context
Role - Identifies request-context extraction in text descriptions.
- Header
Role - Identifies header extraction in text descriptions.
- Path
Role - Identifies path extraction in text descriptions.
- Query
Role - Identifies query extraction in text descriptions.
- Text
Endpoint - Carries interpreted endpoint type information.
- Text
File Output - Interprets streamed-file output selection in text descriptions.
- Text
Handler Impl - Interprets typed APIs as text descriptions.
- Text
Input Role - Identifies an HTTP input role in text output.
- Text
Json Output - Interprets JSON output selection in text descriptions.
- Text
Route - Carries an interpreted route composition.
- Text
Selector - Carries interpreted selector data.