//okhttp/okhttp3/HttpUrl/Builder/addQueryParameter
addQueryParameter¶
[jvm]\ fun addQueryParameter(name: String, value: String?): HttpUrl.Builder
Encodes the query parameter using UTF-8 and adds it to this URL’s query string.
//okhttp/okhttp3/HttpUrl/Builder/addQueryParameter
[jvm]\ fun addQueryParameter(name: String, value: String?): HttpUrl.Builder
Encodes the query parameter using UTF-8 and adds it to this URL’s query string.