Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/opineHttpProxy/test/deps.ts

Proxy middleware for Deno Opine HTTP servers.
Go to Latest
import * as opinehttpproxy from "https://deno.land/x/opineHttpProxy@3.0.1/test/deps.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.

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

Create a middleware to parse text bodies.

Create a middleware to parse urlencoded bodies.