Skip to main content
Module

x/acorn/mod.ts

A focused RESTful server framework for Deno 🌰🦕
Go to Latest
import * as acorn from "https://deno.land/x/acorn@0.0.1/mod.ts";

Provides a router which specifically tailored for providing RESTful endpoints.

Classes

A router which is specifically geared for handling RESTful type of requests and providing a straight forward API to respond to them.