api

http4k / org.http4k.core / Request / query

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.