trait MimeTypes extends AnyRef

Common HTTP MIME types

Source
StandardValues.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MimeTypes
  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. val CSS: String

    Content-Type of css.

  4. val EVENT_STREAM: String

    Content-Type of server sent events.

  5. val FORM: String

    Content-Type of form-urlencoded.

  6. val HTML: String

    Content-Type of html.

  7. val JAVASCRIPT: String

    Content-Type of javascript.

  8. val JSON: String

    Content-Type of json.

  9. val TEXT: String

    Content-Type of text.

  10. val XHTML: String

    Content-Type of xhtml.

  11. val XML: String

    Content-Type of xml.