put

open override fun put(body: JsonObject)

No-op method for PUT requests.

This method does nothing as the request has already been dispatched and is immutable.

Parameters

body

The JSON body (ignored).


open override fun put(contentType: String, body: String)

No-op method for PUT requests with custom content type.

This method does nothing as the request has already been dispatched and is immutable.

Parameters

contentType

The content type (ignored).

body

The request body (ignored).