preparePost

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

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