A middleware with its config pre-applied, ready to be passed to pipeline.
Carries phantom type parameters so pipeline can accumulate each entry's
contribution onto the handler's ctx without requiring a manual annotation.
Produced by calling a middleware with config only — withFoo(config) — or
with no args for config-less middleware — withFoo().
A middleware with its config pre-applied, ready to be passed to pipeline. Carries phantom type parameters so
pipelinecan accumulate each entry's contribution onto the handler'sctxwithout requiring a manual annotation.Produced by calling a middleware with config only —
withFoo(config)— or with no args for config-less middleware —withFoo().