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 PUT

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