vertx / io.vertx.reactivex.core.http / HttpServerResponse / writeContinue

writeContinue

open fun writeContinue(): HttpServerResponse

Used to write an interim 100 Continue response to signify that the client should send the rest of the request. Must only be used if the request contains an "Expect:100-Continue" header

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