import * as opinehttpproxy from "https://deno.land/x/opineHttpProxy@3.2.0/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 | |
Initialize a new | |
Version of Opine. |
Functions
Create an Opine application. | |
f json | Create a middleware to parse JSON bodies. |
Create an Opine application. | |
f raw | Create a middleware to parse raw bodies. |
Serve static files. | |
Takes a a url string, | |
f text | Create a middleware to parse text bodies. |
Create a middleware to parse urlencoded bodies. |