Packages

trait MediaTypePlaform extends AnyRef

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