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 |
Variables
Returns a human friendly text representation of the given route, such as GET /foo |