Skip to main content
Module

x/pogo/lib/router.ts

Server framework for Deno
Latest
import * as pogo from "https://deno.land/x/pogo@v0.6.0/lib/router.ts";

Classes

A router represents a collection of routes and determines which route will handle a given HTTP request. Use pogo.router() to create a router instance.

Variables

Returns a human friendly text representation of the given route, such as GET /foo