Pipeline class

Implemented types

Constructors

Pipeline()

Properties

docs List<RouterDoc>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
routers List<Router>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self RequestProcessor
no setteroverride

Methods

addRouter(Router router) Pipeline
you can add any request processor, (handler, middleware, router or even another pipeline) but it's not recommended to add nested pipelines just use Cascade to gather pipelines together
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processors(String path, HttpMethod method) List<RoutingEntity>
override
setDocs() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited