support route handler arguments; add daton::static file server

This commit is contained in:
2020-09-05 08:58:34 -05:00
parent 27ee1a552b
commit 601649e699
18 changed files with 231 additions and 32 deletions

View File

@@ -9,3 +9,4 @@ export { default as HttpServerUnit } from '../../lib/src/unit/HttpServer.ts'
export { default as RoutingUnit } from '../../lib/src/unit/Routing.ts'
export { default as ServicesUnit } from '../../lib/src/unit/Services.ts'
export { default as ViewEngineUnit } from '../../lib/src/unit/ViewEngine.ts'
export { default as DatonMiddlewareUnit } from '../../lib/src/unit/DatonMiddleware.ts'