kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
core
/
io.github.hfhbd.kfx
/
ContentType
Content
Type
@
Serializable
sealed
interface
ContentType
(
source
)
Inheritors
ApplicationSoapXml
ApplicationJson
ApplicationZip
FormUrlEncoded
MultipartFormData
OctetStream
TextPlain
TextCsv
Custom
Members
Types
Application
Json
Link copied to clipboard
@
Serializable
data
object
ApplicationJson
:
ContentType
Application
Soap
Xml
Link copied to clipboard
@
Serializable
data
object
ApplicationSoapXml
:
ContentType
Application
Zip
Link copied to clipboard
@
Serializable
data
object
ApplicationZip
:
ContentType
Companion
Link copied to clipboard
object
Companion
Custom
Link copied to clipboard
@
Serializable
data
class
Custom
(
val
contentType
:
String
)
:
ContentType
Form
Url
Encoded
Link copied to clipboard
@
Serializable
data
object
FormUrlEncoded
:
ContentType
Multipart
Form
Data
Link copied to clipboard
@
Serializable
data
object
MultipartFormData
:
ContentType
Octet
Stream
Link copied to clipboard
@
Serializable
data
object
OctetStream
:
ContentType
Text
Csv
Link copied to clipboard
@
Serializable
data
object
TextCsv
:
ContentType
Text
Plain
Link copied to clipboard
@
Serializable
data
object
TextPlain
:
ContentType