(Quick Reference)

query

Purpose

Query parameters to add to the request URL.

Examples

jerseyRequestBuilder.post {
    uri = "http://example.com"
    query = [
        "id": 123456
    ]
}

Description

Sets the key/value pairs to construct and add to the request URL.