rSUNCHttpResponse
Type
Properties
Body
rSUNCHttpResponse.Body:
string
The response of the HTTP Server.
StatusMessage
rSUNCHttpResponse.StatusMessage:
string
A string representation of the StatusCode
property.
StatusCode
rSUNCHttpResponse.StatusCode:
number
The Http Status Code of the request.
Headers
rSUNCHttpResponse.Headers:
{
[
string
]
:
string
}
Table of HTTP headers.
Success
rSUNCHttpResponse.Success:
boolean
Whether the request was successful.