org.http4s

Header

object Header

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Header
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Parsed extends Header

    A Header that is already parsed from its String representation.

  2. final case class Raw(name: CaseInsensitiveString, value: String) extends Header with Product with Serializable

    Raw representation of the Header

  3. trait Recurring extends Parsed

    A recurring header that satisfies this clause of the Spec:

  4. trait RecurringRenderable extends Recurring

    Simple helper trait that provides a default way of rendering the value

  5. type Accept = headers.Accept

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Accept

  6. type Accept-Charset = headers.Accept-Charset

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Accept-Charset

  7. type Accept-Encoding = headers.Accept-Encoding

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Accept-Encoding

  8. type Accept-Language = headers.Accept-Language

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Accept-Language

  9. type Accept-Ranges = headers.Accept-Ranges

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Accept-Ranges

  10. type Authorization = headers.Authorization

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Authorization

  11. type Cache-Control = headers.Cache-Control

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Cache-Control

  12. type Connection = headers.Connection

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Connection

  13. type Content-Disposition = headers.Content-Disposition

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Disposition

  14. type Content-Encoding = headers.Content-Encoding

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Encoding

  15. type Content-Length = headers.Content-Length

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Length

  16. type Content-Type = headers.Content-Type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Type

  17. type Cookie = headers.Cookie

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Cookie

  18. type Date = headers.Date

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Date

  19. type ETag = headers.ETag

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.ETag

  20. type Host = headers.Host

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Host

  21. type If-Modified-Since = headers.If-Modified-Since

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.If-Modified-Since

  22. type If-None-Match = headers.If-None-Match

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.If-None-Match

  23. type Last-Modified = headers.Last-Modified

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Last-Modified

  24. type Location = headers.Location

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Location

  25. type Proxy-Authenticate = headers.Proxy-Authenticate

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Proxy-Authenticate

  26. type Set-Cookie = headers.Set-Cookie

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Set-Cookie

  27. type Transfer-Encoding = headers.Transfer-Encoding

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Transfer-Encoding

  28. type WWW-Authenticate = headers.WWW-Authenticate

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.WWW-Authenticate

  29. type X-Forwarded-For = headers.X-Forwarded-For

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.X-Forwarded-For

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. def apply(name: String, value: String): Raw

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  19. def toString(): String

    Definition Classes
    AnyRef → Any
  20. def unapply(header: Header): Option[(CaseInsensitiveString, String)]

  21. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. val Accept: headers.Accept.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Accept

  2. val Accept-Charset: headers.Accept-Charset.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Accept-Charset

  3. val Accept-Encoding: headers.Accept-Encoding.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Accept-Encoding

  4. val Accept-Language: headers.Accept-Language.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Accept-Language

  5. val Accept-Ranges: headers.Accept-Ranges.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Accept-Ranges

  6. val Access-Control-Allow-Credentials: headers.Access-Control-Allow-Credentials.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Access-Control-Allow-Credentials

  7. val Access-Control-Allow-Headers: headers.Access-Control-Allow-Headers.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Access-Control-Allow-Headers

  8. val Access-Control-Allow-Methods: headers.Access-Control-Allow-Methods.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Access-Control-Allow-Methods

  9. val Access-Control-Allow-Origin: headers.Access-Control-Allow-Origin.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Access-Control-Allow-Origin

  10. val Access-Control-Max-Age: headers.Access-Control-Max-Age.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Access-Control-Max-Age

  11. val Access-Control-Request-Headers: headers.Access-Control-Request-Headers.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Access-Control-Request-Headers

  12. val Access-Control-Request-Method: headers.Access-Control-Request-Method.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Access-Control-Request-Method

  13. val Age: headers.Age.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Age

  14. val Allow: headers.Allow.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Allow

  15. val Authorization: headers.Authorization.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Authorization

  16. val Cache-Control: headers.Cache-Control.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Cache-Control

  17. val Connection: headers.Connection.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Connection

  18. val Content-Base: headers.Content-Base.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Base

  19. val Content-Disposition: headers.Content-Disposition.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Disposition

  20. val Content-Encoding: headers.Content-Encoding.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Encoding

  21. val Content-Language: headers.Content-Language.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Language

  22. val Content-Length: headers.Content-Length.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Length

  23. val Content-Location: headers.Content-Location.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Location

  24. val Content-MD5: headers.Content-MD5.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-MD5

  25. val Content-Range: headers.Content-Range.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Range

  26. val Content-Transfer-Encoding: headers.Content-Transfer-Encoding.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Transfer-Encoding

  27. val Content-Type: headers.Content-Type.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Content-Type

  28. val Cookie: headers.Cookie.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Cookie

  29. val Date: headers.Date.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Date

  30. val ETag: headers.ETag.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.ETag

  31. val Expect: headers.Expect.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Expect

  32. val Expires: headers.Expires.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Expires

  33. val From: headers.From.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.From

  34. val Front-End-Https: headers.Front-End-Https.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Front-End-Https

  35. val Host: headers.Host.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Host

  36. val If-Match: headers.If-Match.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.If-Match

  37. val If-Modified-Since: headers.If-Modified-Since.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.If-Modified-Since

  38. val If-None-Match: headers.If-None-Match.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.If-None-Match

  39. val If-Range: headers.If-Range.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.If-Range

  40. val If-Unmodified-Since: headers.If-Unmodified-Since.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.If-Unmodified-Since

  41. val Last-Modified: headers.Last-Modified.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Last-Modified

  42. val Location: headers.Location.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Location

  43. val Max-Forwards: headers.Max-Forwards.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Max-Forwards

  44. val Origin: headers.Origin.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Origin

  45. val Pragma: headers.Pragma.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Pragma

  46. val Proxy-Authenticate: headers.Proxy-Authenticate.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Proxy-Authenticate

  47. val Proxy-Authorization: headers.Proxy-Authorization.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Proxy-Authorization

  48. val Range: headers.Range.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Range

  49. val Referer: headers.Referer.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Referer

  50. val Retry-After: headers.Retry-After.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Retry-After

  51. val Sec-WebSocket-Accept: headers.Sec-WebSocket-Accept.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Sec-WebSocket-Accept

  52. val Sec-WebSocket-Key: headers.Sec-WebSocket-Key.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Sec-WebSocket-Key

  53. val Sec-WebSocket-Key1: headers.Sec-WebSocket-Key1.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Sec-WebSocket-Key1

  54. val Sec-WebSocket-Key2: headers.Sec-WebSocket-Key2.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Sec-WebSocket-Key2

  55. val Sec-WebSocket-Location: headers.Sec-WebSocket-Location.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Sec-WebSocket-Location

  56. val Sec-WebSocket-Origin: headers.Sec-WebSocket-Origin.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Sec-WebSocket-Origin

  57. val Sec-WebSocket-Protocol: headers.Sec-WebSocket-Protocol.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Sec-WebSocket-Protocol

  58. val Sec-WebSocket-Version: headers.Sec-WebSocket-Version.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Sec-WebSocket-Version

  59. val Server: headers.Server.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Server

  60. val Set-Cookie: headers.Set-Cookie.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Set-Cookie

  61. val TE: headers.TE.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.TE

  62. val Trailer: headers.Trailer.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Trailer

  63. val Transfer-Encoding: headers.Transfer-Encoding.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Transfer-Encoding

  64. val Upgrade: headers.Upgrade.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Upgrade

  65. val User-Agent: headers.User-Agent.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.User-Agent

  66. val Vary: headers.Vary.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Vary

  67. val Via: headers.Via.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Via

  68. val WWW-Authenticate: headers.WWW-Authenticate.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.WWW-Authenticate

  69. val Warning: headers.Warning.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.Warning

  70. val WebSocket-Location: headers.WebSocket-Location.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.WebSocket-Location

  71. val WebSocket-Origin: headers.WebSocket-Origin.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.WebSocket-Origin

  72. val WebSocket-Protocol: headers.WebSocket-Protocol.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.WebSocket-Protocol

  73. val X-Forwarded-For: headers.X-Forwarded-For.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.X-Forwarded-For

  74. val X-Forwarded-Proto: headers.X-Forwarded-Proto.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.X-Forwarded-Proto

  75. val X-Powered-By: headers.X-Powered-By.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6) Moved to org.http4s.headers.X-Powered-By

Inherited from AnyRef

Inherited from Any

Ungrouped