kohttp
  • Introduction
  • Core
    • Synchronous calls
      • GET
      • POST
      • PUT
      • HEAD
      • DELETE
      • PATCH
      • Generic requests
      • Upload files
    • 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
On this page

Was this helpful?

  1. Core
  2. Asynchronous calls

async Upload files

Previousasync Generic requestsNextResponse usage

Last updated 5 years ago

Was this helpful?

You can use same syntax as in

val response: Deferred<Response> = uploadAsync { }
Upload files