MediaType

class MediaType(val primaryType: String, val subType: String)
Companion
object
class Object
trait Matchable
class Any

Value members

Constructors

def this(pt: String)

Concrete methods

override def toString: String
Definition Classes
Any

Concrete fields

val primaryType: String
val subType: String