object HttpCharsetRange

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

Type Members

  1. case class *(qValue: Float) extends HttpCharsetRange with Product with Serializable
  2. final case class One(charset: HttpCharset, qValue: Float) extends HttpCharsetRange with Product with Serializable

Value Members

  1. def apply(charset: HttpCharset, qValue: Float): HttpCharsetRange
  2. implicit def apply(charset: HttpCharset): HttpCharsetRange
  3. object * extends *