HttpResponseData¶
HttpResponseData represents the result of an HTTP request.
Not newable
This object cannot be created by scripts using Instance.New().
Properties¶
Success : boolean¶
Indicates whether the HTTP request completed successfully.
StatusCode : number¶
The HTTP status code returned by the server.
Headers : table¶
A table containing the HTTP response headers returned by the server, represented as key-value pairs.
Body : string¶
The response payload returned by the server as a string buffer.