object MediaType

Represents an Http media-type. A media-type consists of a main-type and a sub-type.

See MediaTypes for convenience access to often used values.

Source
MediaType.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MediaType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Binary extends MediaType
  2. trait Compressibility extends AnyRef
  3. trait Multipart extends Binary
  4. trait NonBinary extends MediaType
  5. trait WithFixedCharset extends NonBinary
  6. trait WithOpenCharset extends NonBinary