DSshelf2 class abstract

Inheritance

Constructors

DSshelf2.new()

Properties

handler Handler
Composed handler with all registered middleware and routes.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addGetRoute(String path, Handler handler) → void
Utility to register a GET route easily.
inherited
addMiddleware(Middleware middleware) → void
Adds a middleware to the pipeline.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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