ContentTypes

Contain common types of header Content-Type subdivide in objects as Type/Subtype

Extracted of ContentTypes Ktor

Types

Link copied to clipboard

Provides a list of standard subtypes of an application content type.

Link copied to clipboard
object Audio

Provides a list of standard subtypes of an audio content type.

Link copied to clipboard
object Font

Provides a list of standard subtypes of a font content type.

Link copied to clipboard
object Image

Provides a list of standard subtypes of an image content type.

Link copied to clipboard
object Message

Provides a list of standard subtypes of a message content type.

Link copied to clipboard
object MultiPart

Provides a list of standard subtypes of a multipart content type.

Link copied to clipboard
object Text

Provides a list of standard subtypes of a text content type.

Link copied to clipboard
object Video

Provides a list of standard subtypes of a video content type.

Properties

Link copied to clipboard
const val Any: String

Represents a pattern * / * to match any content type.