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