HttpFixtureSource typedef
The HTTP-typed FixtureSource: resolve takes an HttpFixtureRequest
and returns a FixtureCollection, or null when the source has none.
Built-ins: HttpFileFixtureSource (fixture files) and
OpenApiFixtureSource (fixtures derived from an OpenAPI document);
HttpFixtureSources composes several in precedence order.
Implementation
typedef HttpFixtureSource = FixtureSource<HttpFixtureRequest>;