put

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

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