Packages

object HeaderKey

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

Type Members

  1. sealed trait Extractable extends HeaderKey
  2. trait Recurring extends Extractable

    Represents a header key whose multiple headers can be combined by joining their values with a comma.

    Represents a header key whose multiple headers can be combined by joining their values with a comma. See RFC 2616, Section 4.2.

  3. trait Singleton extends Extractable

    Represents a Header that should not be repeated.