Preparing search index...
The search index is not available
Webhook documentation
Webhook documentation
WebRequest
Interface WebRequest
interface
WebRequest
{
body
?:
WebRequestBody
;
certificate
:
null
;
headers
:
{
[
key
:
string
]
:
string
|
string
[]
|
undefined
;
}
;
ip
:
string
;
method
:
string
;
url
:
{
host
:
string
;
path
:
string
;
protocol
:
string
;
query
:
{
[
key
:
string
]
:
string
|
string
[]
;
}
;
}
;
}
Index
Properties
body?
certificate
headers
ip
method
url
Properties
Optional
body
body
?:
WebRequestBody
certificate
certificate
:
null
headers
headers
:
{
[
key
:
string
]
:
string
|
string
[]
|
undefined
;
}
Type declaration
[
key
:
string
]:
string
|
string
[]
|
undefined
ip
ip
:
string
method
method
:
string
url
url
:
{
host
:
string
;
path
:
string
;
protocol
:
string
;
query
:
{
[
key
:
string
]
:
string
|
string
[]
;
}
;
}
Type declaration
host
:
string
path
:
string
protocol
:
string
query
:
{
[
key
:
string
]
:
string
|
string
[]
;
}
[
key
:
string
]:
string
|
string
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
certificate
headers
ip
method
url
Webhook documentation
Arguments
Result
WebRequest
Json
WebRequestBody