Search
Preparing search index...
The search index is not available
Cassava
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"routes/ProxyRoute"
ProxyRoute
Class ProxyRoute
Proxies requests to another server.
Hierarchy
ProxyRoute
Implements
Route
Index
Constructors
constructor
Properties
config
Methods
handle
matches
Constructors
constructor
new
Proxy
Route
(
config
:
ProxyRouteConfig
)
:
ProxyRoute
Parameters
config:
ProxyRouteConfig
Returns
ProxyRoute
Properties
Readonly
config
config
:
ProxyRouteConfig
Methods
handle
handle
(
evt
:
RouterEvent
)
:
Promise
<
RouterResponse
|
null
>
Parameters
evt:
RouterEvent
Returns
Promise
<
RouterResponse
|
null
>
matches
matches
(
evt
:
RouterEvent
)
:
boolean
Parameters
evt:
RouterEvent
Returns
boolean
Globals
"
Proxy
Event"
"
Proxy
Response"
"
Rest
Error"
"
Router"
"
Router
Event"
"
Router
Response"
"http
Status"
"index"
"routes/
Buildable
Route"
"routes/
Default
Route"
"routes/
File
System
Route"
"routes/
Logging
Route"
"routes/
Proxy
Route"
"routes/
Route"
"routes/index"
"serializers"
"testing/create
Test
Lambda
Context"
"testing/create
Test
Proxy
Event"
"testing/index"
Proxy
Route
constructor
config
handle
matches
Proxy
Route
Config
Generated using
TypeDoc
Proxies requests to another server.