Expand description
Defines helpers for applications that only require a single pipeline (i.e. only one set of middleware for the application).
Functions
Creates a single pipeline for use in applications with straightforward use cases for middleware.
Type Definitions
A pipeline chain which contains only the single pipeline in a SinglePipelineSet
.
A Handle
for borrowing the only pipeline from a SinglePipelineSet
.
A PipelineSet
which contains only a single pipeline.