Skip to content

Commit

Permalink
nextgenhealthcare#5823 add responseStatusCode
Browse files Browse the repository at this point in the history
  • Loading branch information
rogin committed Jun 22, 2023
1 parent a874e04 commit 43878a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ public Response send(ConnectorProperties connectorProperties, ConnectorMessage c
list.add(header.getValue());
}

connectorMessage.getConnectorMap().put("responseStatusCode", String.valueOf(statusCode));
connectorMessage.getConnectorMap().put("responseStatusLine", statusLine.toString());
connectorMessage.getConnectorMap().put("responseHeaders", new MessageHeaders(new CaseInsensitiveMap(headers)));

Expand Down

0 comments on commit 43878a1

Please sign in to comment.