# async HEAD You can use same syntax as in [GET](../synchronous-calls/get.md) ```kotlin val response: Deferred = httpHeadAsync { } ```