prepareQuery

Prepares an HttpClient's QUERY request with the parameters configured in builder.

Report a problem


Prepares an HttpClient's QUERY request with the parameters configured in block.

Report a problem


inline suspend fun HttpClient.prepareQuery(urlString: String, block: HttpRequestBuilder.() -> Unit = {}): HttpStatement(source)

Prepares an HttpClient's QUERY request with the specified url and an optional block receiving an HttpRequestBuilder for configuring the request.

Report a problem