query

abstract fun query(name: String, value: String?): Request

(Copy &) Adds a query value with this name.


abstract fun query(name: String): String?

Retrieves the first query value with this name.