rSUNCHttpRequest
Type
Properties
Url
rSUNCHttpRequest.Url:
string
The URL to send the request to
Method
rSUNCHttpRequest.Method:
"GET"
|
"POST"
|
"PATCH"
|
"PUT"
|
"DELETE"
The HTTP method this request needs to be done with
Body
rSUNCHttpRequest.Body:
string?
The body of the HTTP request. May be empty.
Headers
rSUNCHttpRequest.Headers:
{
[
string
]
:
string
}
Table of HTTP headers.
Cookies
rSUNCHttpRequest.Cookies:
{
[
string
]
:
string
}
Table of Cookies.