@adcp/sdk API Reference - v14.0.0-beta.6
Documentation
GitHub
npm
Preparing search index...
WebhookHandlerRequest
Interface WebhookHandlerRequest
interface
WebhookHandlerRequest
{
headers
:
Record
<
string
,
WebhookHeaderValue
>
;
body
:
unknown
;
rawBody
?:
string
|
Uint8Array
<
ArrayBufferLike
>
|
Buffer
<
ArrayBufferLike
>
;
params
?:
Record
<
string
,
string
>
;
method
?:
string
;
publicUrl
?:
string
;
}
Index
Properties
headers
body
raw
Body?
params?
method?
public
Url?
Properties
headers
headers
:
Record
<
string
,
WebhookHeaderValue
>
body
body
:
unknown
Optional
raw
Body
rawBody
?:
string
|
Uint8Array
<
ArrayBufferLike
>
|
Buffer
<
ArrayBufferLike
>
Optional
params
params
?:
Record
<
string
,
string
>
Optional
method
method
?:
string
Optional
public
Url
publicUrl
?:
string
Trusted externally visible absolute URL supplied by the application.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
body
raw
Body
params
method
public
Url
Documentation
GitHub
npm
@adcp/sdk API Reference - v14.0.0-beta.6
Loading...
Trusted externally visible absolute URL supplied by the application.