preparePatch

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

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