ContentType
data class ContentType(val mediaType: MediaType, val boundary: String? = null, val charset: Charset? = null, val q: Double? = null)
Constructors
Link copied to clipboard
constructor(mediaType: MediaType, boundary: String? = null, charset: Charset? = null, q: Double? = null)