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

setChunked

open fun setChunked(chunked: Boolean): HttpClientRequest

If chunked is true then the request will be set into HTTP chunked mode

Parameters

chunked - true if chunked encoding

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