addHeader

abstract fun addHeader(name: String, value: String): Request.Builder

Adds a Request.Header with the specified name and value to the request. Existing headers with the same name will not be overridden.

Since

200.2.0


Adds a Request.Header to the request. Existing headers with the same name will not be overridden.

Since

200.2.0