vertx / io.vertx.ext.web.client / HttpRequest / method

method

abstract fun method(value: HttpMethod): HttpRequest<T>

Configure the request to use a new method value.

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