Packages

trait MediaTypePlaform extends AnyRef

Annotations
@deprecated
Deprecated

(Since version 0.22.2) Misspelled, never documented, never mixed into MediaType companion, and obsolete

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

Deprecated Value Members

  1. macro def mediaType(s: String): MediaType

    Literal syntax for MediaTypes.

    Literal syntax for MediaTypes. Invalid or non-literal arguments are rejected at compile time.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.20) use mediaType"" string interpolation instead