Module

x/opine/test/deps.ts

Fast, minimalist web framework for Deno ported from ExpressJS.
Go to Latest
import * as mod from "https://dotland.deno.dev/x/opine@2.2.0/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. It allows you to do:

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).