kient / WebhookServer
Class: WebhookServer
Constructors
new WebhookServer()
ts
new WebhookServer(kient): WebhookServer
Parameters
Parameter | Type |
---|---|
kient | Kient |
Returns
Accessors
fetch
Get Signature
ts
get fetch(): (request, Env?, executionCtx?) => Response | Promise<Response>
Returns
Function
.fetch()
will be entry point of your app.
Parameters
Parameter | Type | Description |
---|---|---|
request | Request | request Object of request |
Env ? | unknown | env Object |
executionCtx ? | ExecutionContext | - |
Returns
Response
| Promise
<Response
>
response of request