Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProxyState<Req, Res, Next, ProxyUrl, Opts>

Type parameters

  • Req = any

  • Res = any

  • Next = any

  • ProxyUrl = string | URL | ProxyUrlFunction<Req>

  • Opts = ProxyOptions

Hierarchy

  • ProxyState

Index

Properties

Properties

options

options: ProxyOptions

params

params: ProxyParams<Req, ProxyUrl, Opts>

proxy

proxy: Proxy

src

src: Source<Req, Res, Next>

Generated using TypeDoc