property HTTPServer.prototype.routes

Registered routes keyed by HTTP method then path.

Type

Record<string, Record<string, Route>>

Usage

import HTTPServer from "lib/servers/http.ts";