Preparing search index...
The search index is not available
wappsto-wapp
wappsto-wapp
RequestHandler
Type Alias RequestHandler
RequestHandler
:
(
event
:
JSONValue
,
method
?:
string
,
path
?:
string
,
query
?:
JSONObject
,
headers
?:
Record
<
string
,
string
>
,
)
=>
Promise
<
JSONValue
>
|
JSONValue
Type declaration
(
event
:
JSONValue
,
method
?:
string
,
path
?:
string
,
query
?:
JSONObject
,
headers
?:
Record
<
string
,
string
>
,
)
:
Promise
<
JSONValue
>
|
JSONValue
Parameters
event
:
JSONValue
Optional
method
:
string
Optional
path
:
string
Optional
query
:
JSONObject
Optional
headers
:
Record
<
string
,
string
>
Returns
Promise
<
JSONValue
>
|
JSONValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
wappsto-wapp
Loading...