Skip to main content

Crate alux_http_text

Crate alux_http_text 

Source
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ยง

AuthRole
Identifies authentication extraction in text descriptions.
BodyRole
Identifies request-body extraction in text descriptions.
ContextRole
Identifies request-context extraction in text descriptions.
HeaderRole
Identifies header extraction in text descriptions.
PathRole
Identifies path extraction in text descriptions.
QueryRole
Identifies query extraction in text descriptions.
TextEndpoint
Carries interpreted endpoint type information.
TextFileOutput
Interprets streamed-file output selection in text descriptions.
TextHandlerImpl
Interprets typed APIs as text descriptions.
TextInputRole
Identifies an HTTP input role in text output.
TextJsonOutput
Interprets JSON output selection in text descriptions.
TextRoute
Carries an interpreted route composition.
TextSelector
Carries interpreted selector data.