Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/opineHttpProxy/src/createState.ts>createState

Proxy middleware for Deno Opine HTTP servers.
Go to Latest
function createState
import { createState } from "https://deno.land/x/opineHttpProxy@3.0.1/src/createState.ts";

Type Parameters

optional
Req = any
optional
Res = any
optional
Next = any
optional
ProxyUrl = string | URL | ProxyUrlFunction<Req>
optional
Opts = ProxyOptions

Parameters

req: Req
res: Res
next: Next
options: Opts