Module

x/opine/mod.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/mod.ts";

Variables

Application prototype.

Supported version of Deno.

Supported Deno methods.

Exposes a query object containing the querystring parameters of the request url.

Response prototype.

Initialize Route with the given path.

Initialize a new Router with the given options.

Version of Opine.

Functions

Create an Opine application.

Create a middleware to parse JSON bodies.

Create an Opine application.

Create a middleware to parse raw bodies.

Serve static files.

Create a middleware to parse text bodies.

Create a middleware to parse urlencoded bodies.