rawClientResponse
Purpose
Instructs the Jersey Request Builder to return the unmodifiedClientResponse object.Examples
jerseyRequestBuilder.post {
uri = "http://example.com"
rawClientResponse = true
}Description
Iftrue, do not do any response handling, and return the ClientResponse object.