Skip to main content
Module

x/acorn/handlers.ts

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

Contains handler factory functions which simplify some common use cases.

Functions

A handler which allows easy implementation of authorization for a route.

Intended to provide an immutable response handler for a route.