kohttp
Search
⌃K
Introduction
Core
Synchronous calls
Asynchronous calls
async GET
async POST
async PUT
async HEAD
async DELETE
async PATCH
async Generic requests
async Upload files
Response usage
Interceptors
Customisation
Experimental features
History
Changelog
Powered By GitBook

async PATCH

You can use same syntax as in POST​
val response: Deferred<Response> = httpPatchAsync { }
Previous
async DELETE
Next
async Generic requests
Last modified 4yr ago