Message

@Serializable(with = MimeTypeSerializer::class)
sealed class Message : MimeType, KnownMimeTypes(source)

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

An array of file extensions commonly associated with this MIME type. For example, "text/html" might have extensions "html", "htm". Returns an empty array by default if no extensions are known.

Link copied to clipboard
open val raw: String

The raw MIME type string (e.g., "text/html", "application/json").