Media

data class Media(val content: ByteReadChannel, val contentLength: Long?, val contentType: ContentType?, val contentDisposition: ContentDisposition?)

Constructors

Link copied to clipboard
constructor(content: ByteReadChannel, contentLength: Long?, contentType: ContentType?, contentDisposition: ContentDisposition?)

Properties

Link copied to clipboard
val content: ByteReadChannel
Link copied to clipboard
val contentDisposition: ContentDisposition?
Link copied to clipboard
Link copied to clipboard
val contentType: ContentType?