newBuilder

abstract fun newBuilder(): Request.Builder

Creates a Request.Builder that is initialized with this request. Allows modifying existing requests, for example during request interception.

Since

200.4.0

See also