rSUNCHttpResponse
Type
Properties
Body
rSUNCHttpResponse.Body: stringThe response of the HTTP Server.
StatusMessage
rSUNCHttpResponse.StatusMessage: stringA string representation of the StatusCode property.
StatusCode
rSUNCHttpResponse.StatusCode: numberThe Http Status Code of the request.
Headers
rSUNCHttpResponse.Headers: {[string]: string}Table of HTTP headers.
Success
rSUNCHttpResponse.Success: booleanWhether the request was successful.