open fun setChunked(chunked: Boolean): HttpClientRequest
If chunked is true then the request will be set into HTTP chunked mode
chunked - true if chunked encoding
chunked
Return a reference to this, so the API can be used fluently