cc.spray.http

HttpHeaders

object HttpHeaders extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. HttpHeaders
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. case class Accept (mediaRanges: Seq[MediaRange]) extends HttpHeader with Product with Serializable

  2. case class Accept-Charset (charsetRanges: Seq[HttpCharsetRange]) extends HttpHeader with Product with Serializable

  3. case class Accept-Encoding (encodings: Seq[HttpEncodingRange]) extends HttpHeader with Product with Serializable

  4. case class Accept-Language (languageRanges: Seq[LanguageRange]) extends HttpHeader with Product with Serializable

  5. case class Accept-Ranges (rangeUnits: Seq[RangeUnit]) extends HttpHeader with Product with Serializable

  6. case class Authorization (credentials: HttpCredentials) extends HttpHeader with Product with Serializable

  7. case class Cache-Control (directives: Seq[CacheDirective]) extends HttpHeader with Product with Serializable

  8. case class Connection (connectionTokens: Seq[ConnectionToken]) extends HttpHeader with Product with Serializable

  9. case class Content-Encoding (encoding: HttpEncoding) extends HttpHeader with Product with Serializable

  10. case class Content-Length (length: Int) extends HttpHeader with Product with Serializable

  11. case class Content-Type (contentType: ContentType) extends HttpHeader with Product with Serializable

  12. case class Cookie (cookies: Seq[HttpCookie]) extends HttpHeader with Product with Serializable

  13. case class CustomHeader (name: String, value: String) extends HttpHeader with Product with Serializable

  14. case class Date (date: DateTime) extends HttpHeader with Product with Serializable

  15. case class Location (absoluteUri: String) extends HttpHeader with Product with Serializable

  16. case class Set-Cookie (cookie: HttpCookie) extends HttpHeader with Product with Serializable

  17. case class WWW-Authenticate (challenges: Seq[HttpChallenge]) extends HttpHeader with Product with Serializable

  18. case class X-Forwarded-For (ips: Seq[HttpIp]) extends HttpHeader with Product with Serializable

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. object Accept extends Serializable

  7. object Accept-Charset extends Serializable

  8. object Accept-Encoding extends Serializable

  9. object Accept-Language extends Serializable

  10. object Accept-Ranges extends Serializable

  11. object Cache-Control extends Serializable

  12. object Connection extends Serializable

  13. object Cookie extends Serializable

  14. object WWW-Authenticate extends Serializable

  15. object X-Forwarded-For extends Serializable

  16. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  17. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  19. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  22. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  28. def toString (): String

    Definition Classes
    AnyRef → Any
  29. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any