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