Body object reference
This object accesses the Body object in Groovy exc?.request?.body
or exc?.response?.body
.
Purpose
The Body object contains the HTTP body from the application request or the HTTP body from the site response. The request HTTP body is sent on to the site after the rules are evaluated. The response HTTP body is sent on to the User-Agent after the response rules are evaluated.