Skip to main content
Module

x/opine/test/deps.ts

Minimalist web framework for Deno ported from ExpressJS.
Latest
import * as opine from "https://deno.land/x/opine@2.3.4/test/deps.ts";

Classes

A variable-sized buffer of bytes with read() and write() methods.

Functions

Creates a Promise with the reject and resolve functions placed as methods on the promise object itself.

Takes a a url string, http.Server, a request handling function, or an object that implements an app.listen() method (which mirrors the http.serve interface).