Packages

trait ContentTypes extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContentTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val BINARY: String

    Content-Type of binary data.

  2. val CACHE_MANIFEST: String

    Content-Type of application cache.

  3. def CSS(implicit codec: Codec): String

    Content-Type of css.

  4. def EVENT_STREAM(implicit codec: Codec): String

    Content-Type of server sent events.

  5. val FORM: String

    Content-Type of form-urlencoded.

    Content-Type of form-urlencoded. This content type does not define a charset parameter.

  6. def HTML(implicit codec: Codec): String

    Content-Type of html.

  7. def JAVASCRIPT(implicit codec: Codec): String

    Content-Type of javascript.

  8. val JSON: String

    Content-Type of json.

    Content-Type of json. This content type does not define a charset parameter.

  9. def TEXT(implicit codec: Codec): String

    Content-Type of text.

  10. def XHTML(implicit codec: Codec): String

    Content-Type of xhtml.

  11. def XML(implicit codec: Codec): String

    Content-Type of xml.

  12. def withCharset(mimeType: String)(implicit codec: Codec): String

    returns

    the codec charset appended to mimeType