MediaType

case
class MediaType(mainType: String, subType: String, charset: Option[String], otherParameters: Map[String, String])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def charset(c: Charset): MediaType
def charset(c: String): MediaType
def matches(range: ContentTypeRange): Boolean
override
def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product