Skip to main content
Module

x/dero/mod.ts

Fast web framework for Deno (support native HTTP/2 Hyper and std/http).
Go to Latest
File
export type { NextFunction, Handler, Handlers, DeroRoutersControllers, PondOptions, TBody} from "./src/types.ts";
export { HttpRequest } from "./src/http_request.ts"export { HttpResponse } from "./src/http_response.ts"
export { Dero, dero } from "./src/dero.ts";export { viewEngine, validate } from "./src/wares.ts";
export * from "./src/decorators.ts";export { default as Router } from './src/router.ts';export { default as staticFiles } from "https://deno.land/x/static_files@1.0.3/mod.ts";