fun httpDelete(client: Factory = defaultHttpClient, init: HttpDeleteContext.() -> Unit): Response
Method provides an synchronous DSL call of HTTP DELETE
client - allow to use your own implementation of HttpClient.
defaultHttpClient is used by default.
Return
a Response instance.
Usage example with default defaultHttpClient:
See Also
Since
0.3.2
Author
sergey