vertx / io.vertx.reactivex.core.http / HttpClientRequest / setRawMethod

setRawMethod

open fun setRawMethod(method: String): HttpClientRequest

Set the value the method to send when the method is used.

Parameters

method - the raw method

Return
a reference to this, so the API can be used fluently