skipStatusCheck
Purpose
Whether to prevent exceptions for non-successful HTTP status codes.Examples
jerseyRequestBuilder.get {
uri = "http://example.com"
skipStatusCheck = true
}Description
Iftrue, prevent the Jersey Request Builder from throwing an exception if a non-successful HTTP status code is encountered.