encodedURL | String The final URL of the delivered document. |
header | Object An object that represents the HTTP response header. |
lines | Document The response header. Each entry in lines represents a field (line) of the response header. The entry's name is the field name and the entry's value is the value of the field. |
status | String The status code of the response. |
statusMessage | String The status message of the response. |
body | Document A byte array that contains the HTTP response data. The document contains the following variables: stream Object A stream that contains the data from the HTTP response. stream is returned if Trading Networks requested the response to be returned as a stream. bytes byte[] A byte array that contains the data from the HTTP response. bytes is returned if Trading Networks requested the response to be returned as bytes. |