DSShelfCore class
Core DSL for building a ds_shelf-powered server with middleware and routing.
- Implementers
Constructors
- DSShelfCore()
- Initialize core middleware and server configurations.
Properties
Methods
-
addGetRoute(
String path, Handler handler) → void - Utility to register a GET route easily.
-
addMiddleware(
Middleware middleware) → void - Adds a middleware to the pipeline.
-
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