Pipeline class
Constructors
-
Pipeline([List<
Middleware> ? h, List<ErrMiddleware> ? eh]) - init new Pipeline
- Pipeline.log()
- init new Pipeline with logs printer middleware
Properties
-
errHandlers
→ List<
ErrMiddleware> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
reqHandlers
→ List<
Middleware> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
errNext(
Request req, Response resp, HTTPException e) → Future -
next(
Request req, Response resp) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
use<
T> (T f) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited