post

inline suspend fun <T : Any> HttpClient.post(resource: T, builder: HttpRequestBuilder.() -> Unit = {}): HttpResponse

Executes a HttpClient POST request, with a URL built from resource and the information from the builder