It wasn't hard to add ``` suspend inline fun &l...
# ktor
m
It wasn't hard to add
Copy code
suspend inline fun <reified T> <http://HttpClient.post|HttpClient.post>(builder: HttpRequestBuilder): T {
        builder.method = <http://HttpMethod.Post|HttpMethod.Post>
        return request(builder)
    }
as an extension function to get
<http://HttpClient.post|HttpClient.post>
, but still, seems a little inconsistent...
👍 1
e
Thank you for noticing, we will add asap