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 { HttpRequest, HttpResponse, NextFunction } from "./types.ts";export { Dero, dero } from "./dero.ts";export { Get, Post, Put, Patch, Delete, Options, Trace, Any, Head, Connect, Controller, Header, Status, Wares } from "./decorators.ts";export { default as Router } from './router.ts';