Bytes
class Bytes(val bytes: ByteArray, val contentType: String, val partName: String?) : HttpHandler.HttpRequest.RequestContentEntry
Bytes content to send with a request.
Parameters
bytes
The input to the HTTP request.
Content copied to clipboard
Bytes content to send with a request.
The input to the HTTP request.