bear library

Classes

Bear
The main Object you will use.
BearContext
The Context of each request.
BearMiddleware
The base of all middleware. [...]
BearMiddlewares
The "stocker" of middleware. [...]
BearRoute
Object of each route.
BearRouter
The "stocker" of route.
BearStatic
Object of each static.

Constants

dont_route → const List<String>
Dont need to be routed.
const ['/robots.txt', '/favicon.ico']

Functions

pathToNodes(String path) → List<String>
Take a path and return it in a List of node (String).