open fun write(data: Buffer): HttpClientRequest
Return
open fun write(chunk: String): HttpClientRequest
Write a java.lang.String to the request body, encoded as UTF-8.
Return
@return a reference to this, so the API can be used fluently
open fun write(chunk: String, enc: String): HttpClientRequest
Write a java.lang.String to the request body, encoded using the encoding enc.
Return
@return a reference to this, so the API can be used fluently