addHeader

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

Adds a header with the specified name and value. Existing headers with the same name will not be overridden.

Since

200.2.0


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

Since

200.2.0