# async HEAD

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

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