TTMSFNCRESTClientResponse Class
Stores response status, content, headers, size, and timing for an executed request.
API unit family: TMSFNCRESTClient
Inherits from: TPersistent
Syntax
TTMSFNCRESTClientResponse = class(TPersistent)
Properties
| Name | Description |
|---|---|
| ResponseCode | Gets the HTTP status code returned by the server. |
| ResponseHeaders | Gets the HTTP headers returned by the server. |
| ResponseSize | Gets the response body size in bytes. |
| ResponseString | Gets the response body as text. |
| ResponseSuccess | Indicates whether the HTTP request completed successfully; True means the low-level request reported success. |
| ResponseTime | Gets the elapsed response time in milliseconds. |