# async PUT

You can use same syntax as in [POST](https://kohttp.gitbook.io/docs/core/synchronous-calls/post)

```kotlin
val response: Deferred<Response> = httpPutAsync { }
```
