Module gotham::middleware::pipeline [] [src]

Defines types for a middleware pipeline

Structs

Pipeline

When using middleware, one or more Middleware are combined to form a Pipeline. Middleware are invoked strictly in the order they're added to the Pipeline.

PipelineBuilder

Allows a pipeline to be defined by adding NewMiddleware values, and building a Pipeline.

PipelineInstance

Represents an instance of a Pipeline. Returned from Pipeline::construct().

Functions

new_pipeline

Begins defining a new pipeline.