Expand description
Proxy config: listeners, context sources, and routes with transform steps.
Structs§
- Config
- Context
Config - Context sources.
static_valuesare TOML literals;envmaps a context key to the env var it is read from at startup. - Error
Remap Spec - Map an upstream status to a normalized
{error, detail}body (status kept). - Inject
Spec - Inject a context value or constant into a header or a (dotted) body path.
Exactly one of
header/bodyand one offrom_context/constmust be set; validated when the transform is built (Task 4). - Route
- Wrap
Spec - Nest the incoming JSON body under
underand inject sibling body fields.
Enums§
- Request
Step - A request-pipeline step: a built-in (externally tagged by key) or a named custom transform.
- Response
Step