Skip to main content
Module

x/acorn/router.ts>Router#handle

A focused RESTful server framework for Deno 🌰🦕
Go to Latest
method Router.prototype.handle
import { Router } from "https://deno.land/x/acorn@0.4.0/router.ts";

Handle an individual request by matching against registered routers.

This is intended to be used when the router isn't managing opening the server and listening for requests.