OptionalcontextOptional context data attached by HttpCommands when contextData is provided in fetch options. Use for any caller-defined context (e.g. row id, request key); post-process reads response.contextData.
The headers of the response.
The IP address of the server that sent the response.
OptionaljsonThe JSON body of the response, if applicable.
Indicates whether the response was successful.
OptionalresponseThe URL event associated with the response (available only in asyncManager worker tasks).
The HTTP status code of the response.
The HTTP status text of the response.
OptionaltextThe text body of the response, if applicable.
OptionaltransferThe URL transfer object associated with the response (available only in asyncManager worker tasks).
Interface representing a general-purpose HTTP response object. Used for handling responses in asynchronous operations.