Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aqua/mod.ts>default#route

A minimal and fast 🏃 web framework for Deno
Latest
method default.prototype.route
import { default } from "https://deno.land/x/aqua@v1.3.6/mod.ts";

Parameters

path: string | RegExp
method: Method
responseHandler: ResponseHandler
optional
options: RoutingOptions = [UNSUPPORTED]