post

abstract suspend fun post(url: String, body: String, parameters: Map<String, String> = emptyMap()): HttpClientResponse

Sends a POST request to the specified URL.