The headers of the response.
The IP address of the server that sent the response.
Optional
jsonThe JSON body of the response, if applicable.
Indicates whether the response was successful.
Optional
responseThe 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.
Optional
textThe text body of the response, if applicable.
Optional
transferThe 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.