(Quick Reference)

rawClientResponse

Purpose

Instructs the Jersey Request Builder to return the unmodified ClientResponse object.

Examples

jerseyRequestBuilder.post {
    uri = "http://example.com"
    rawClientResponse = true
}

Description

If true, do not do any response handling, and return the ClientResponse object.