patch
inline suspend fun <T : Any> HttpClient.patch(resource: T, builder: HttpRequestBuilder.() -> Unit = {}): HttpResponse
Executes a HttpClient PATCH request, with a URL built from resource and the information from the builder
Executes a HttpClient PATCH request, with a URL built from resource and the information from the builder