EngineVersion 1httpClasses

http:Response

A response received from an HTTP request.

Contains the raw response data and metadata from HTTP requests, including both successful and error responses.

Properties

http:contentType (optional, max 1)

The Content-Type header value from the response.

Content-Type header from the response.

http:inResponseTo (optional, max 1)

The HTTP request that produced this response.

Response should link to the originating HTTP request.

http:responseBody (optional, max 1)

The full HTTP response body content.

Response body is optional but recommended for debugging.

http:statusCode (required, max 1)

The HTTP status code (200, 404, 500, etc.).

HTTP response must have exactly one status code (100-599).

On this page