Skip to main content
Module

x/fast/mod.ts

Small web framework with near-native performance.
Go to Latest
File
export { Application } from "./application.ts";export { Context, HttpError } from "./context.ts";export type { Middleware, MiddlewareResponse, NextFunction,} from "./middleware.ts";export { Router } from "./router.ts";