File Content
class FileContent(val filePath: String, val contentType: ContentType = ContentType.defaultForFilePath(filePath))
Content copied to clipboard
Class to create an Http body from a binary file
Constructors
Link copied to clipboard
fun FileContent(filePath: String, contentType: ContentType = ContentType.defaultForFilePath(filePath))
Content copied to clipboard