HTTPResponse
Represents an HTTP response.
xxml
Language::NetworkMethods
| Method | Parameters | Returns | Description |
|---|---|---|---|
| Constructor | — | HTTPResponse^ | Create response object |
| getStatusCode | — | Integer^ | Status code (200, 404, etc.) |
| getBody | — | String^ | Response content |
| isSuccess | — | Bool^ | True for 200-299 |
| isError | — | Bool^ | True for 400+ |