HTTPResponseInfo¶
| Property | Type | Description |
|---|---|---|
| success | boolean | true/false Does not apply when responding to HTTP requests, only when requesting data from HTTP servers. |
| body | string | Response body |
| statusText | string | Request status text |
| statusCode | number | HTTP status code |
| headers | object | Optional. Key -> Value map of HTTP response headers. Applies when responding to requests made via HTTP listener service. API 1.37+ |