Skip to main content
Module

x/easyroute/mod.ts

A simple and pragmatic approach to routing Deno web requests.
Latest
import * as easyroute from "https://deno.land/x/easyroute@0.2.0/mod.ts";

Functions

serve() associates REST verbs and URL paths with handler functions that execute upon invoking them as endpoints.