fun httpDelete(client: Factory = defaultHttpClient, init: HttpDeleteContext.() -> Unit): Response
Method provides an synchronous DSL call of HTTP DELETE |
|
fun httpGet(client: Factory = defaultHttpClient, init: HttpGetContext.() -> Unit): Response
Method provides an synchronous DSL call of HTTP GET |
|
fun httpHead(client: Factory = defaultHttpClient, init: HttpHeadContext.() -> Unit): Response
Method provides an synchronous DSL call of HTTP HEAD |
|
fun httpPatch(client: Factory = defaultHttpClient, init: HttpPatchContext.() -> Unit): Response
Method provides an synchronous DSL call of HTTP PATCH |
|
fun httpPost(client: Factory = defaultHttpClient, init: HttpPostContext.() -> Unit): Response
Method provides an synchronous DSL call of HTTP POST |
|
fun httpPut(client: Factory = defaultHttpClient, init: HttpPutContext.() -> Unit): Response
Method provides an synchronous DSL call of HTTP PUT |
|
fun upload(client: Factory = defaultHttpClient, init: UploadContext.() -> Unit): Response
Method provides a synchronous DSL call of HTTP POST to UPLOAD file |