final case class Content-Type extends Product with Serializable

The "Content-Type" header field indicates the media type of the
associated representation: either the representation enclosed in the
message payload or the selected representation, as determined by the
message semantics.

RFC-7231

Source
Content-Type.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Content-Type
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val charset: Option[Charset]
  2. def isCharsetDefined: Boolean
  3. val mediaType: MediaType
  4. def noCharsetDefined: Boolean
  5. def withCharset(charset: Charset): Content-Type
  6. def withMediaType(mediaType: MediaType): Content-Type
  7. def withoutDefinedCharset: Content-Type