vertx / io.vertx.reactivex.ext.web.client / WebClient / deleteAbs

deleteAbs

open fun deleteAbs(absoluteURI: String): HttpRequest<Buffer>

Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response

Parameters

absoluteURI - the absolute URI

Return
an HTTP client request object