Connector Map Variables
After a request finishes, the connector map will automatically have the following entries available. These can be used from within the Response Transformer.
Key | Value |
---|---|
responseStatusLine | This is the full status line of the HTTP response, e.g. "HTTP/1.1 200 OK". It includes the HTTP version, the response code, and the response code reason. |
responseHeaders | A MessageHeaders object containing all headers received in the response. Look in the for additional information. |