Expand description
Core’s concrete mockforge_openapi::response_rewriter::ResponseRewriter
implementation wrapping core’s templating::expand_tokens +
overrides::Overrides. Used by the OpenAPI router internally; consumer
code rarely constructs this directly.
Concrete ResponseRewriter implementation for core.
Wraps core’s templating::expand_tokens and the optional
Overrides engine so the OpenAPI router
(which now depends only on the ResponseRewriter trait) can dispatch
through it without core’s templating/conditions graph bleeding into
mockforge-openapi.
Structs§
- Core
Response Rewriter - Core’s
ResponseRewriterimplementation — chains core’s templating expander and (optionally) anOverridesruleset.