If the response from the endpoint is not binary, the response will be contained in content
. You can check
whether the response is binary via the contentType
.
Content encoding. This will be an empty string if no encoding.
The response content type e.g. application/octet-stream, application/json etc.
Error message. This will be null if everything completed successfully.
If the response from the enpoint is binary, the response will be contained in rawBytes
as a base64 encoded
string. You can check whether the response is binary via the contentType
.
The response status from the enpoint e.g. 'Completed'.
The URI that was in the request.
Details about the sevrer that is serving the endpoint.
HTTP Status code e.g. 200 = OK, 400 = Bad request etc.
Boolean whether the endpoint excecuted sucessfully.
Generated using TypeDoc
Response from restRequest.