post

open override fun post(body: JsonObject)

No-op method for setting JSON body.

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

Parameters

body

The JSON body (ignored).


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

No-op method for setting body 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).