Packages

o

org.http4s.parser

HttpHeaderParser

object HttpHeaderParser extends SimpleHeaders with AcceptHeader with AcceptLanguageHeader with CacheControlHeader with ContentTypeHeader with CookieHeader with AcceptCharsetHeader with AcceptEncodingHeader with AuthorizationHeader with RangeParser with LocationHeader with RefererHeader with ProxyAuthenticateHeader with WwwAuthenticateHeader with ZipkinHeader

Source
HttpHeaderParser.scala
Linear Supertypes
ZipkinHeader, WwwAuthenticateHeader, ProxyAuthenticateHeader, RefererHeader, LocationHeader, RangeParser, AuthorizationHeader, AcceptEncodingHeader, AcceptCharsetHeader, CookieHeader, ContentTypeHeader, CacheControlHeader, AcceptLanguageHeader, AcceptHeader, SimpleHeaders, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpHeaderParser
  2. ZipkinHeader
  3. WwwAuthenticateHeader
  4. ProxyAuthenticateHeader
  5. RefererHeader
  6. LocationHeader
  7. RangeParser
  8. AuthorizationHeader
  9. AcceptEncodingHeader
  10. AcceptCharsetHeader
  11. CookieHeader
  12. ContentTypeHeader
  13. CacheControlHeader
  14. AcceptLanguageHeader
  15. AcceptHeader
  16. SimpleHeaders
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type HeaderParser = (String) ⇒ ParseResult[Parsed]
  2. trait RangeRule extends Parser with AdditionalRules
    Definition Classes
    RangeParser

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ACCEPT(value: String): ParseResult[Accept]
    Definition Classes
    AcceptHeader
  5. def ACCEPT_CHARSET(value: String): ParseResult[Accept-Charset]
    Definition Classes
    AcceptCharsetHeader
  6. def ACCEPT_ENCODING(value: String): ParseResult[Accept-Encoding]
    Definition Classes
    AcceptEncodingHeader
  7. def ACCEPT_LANGUAGE(value: String): ParseResult[Accept-Language]
    Definition Classes
    AcceptLanguageHeader
  8. def ACCEPT_RANGES(input: String): ParseResult[Accept-Ranges]
    Definition Classes
    RangeParser
  9. def ALLOW(value: String): ParseResult[Allow]
    Definition Classes
    SimpleHeaders
  10. def AUTHORIZATION(value: String): ParseResult[Authorization]
    Definition Classes
    AuthorizationHeader
  11. def CACHE_CONTROL(value: String): ParseResult[Cache-Control]
    Definition Classes
    CacheControlHeader
  12. def CONNECTION(value: String): ParseResult[Connection]
    Definition Classes
    SimpleHeaders
  13. def CONTENT_DISPOSITION(value: String): ParseResult[Content-Disposition]
    Definition Classes
    SimpleHeaders
  14. def CONTENT_ENCODING(value: String): ParseResult[Content-Encoding]
    Definition Classes
    SimpleHeaders
  15. def CONTENT_LENGTH(value: String): ParseResult[Content-Length]
    Definition Classes
    SimpleHeaders
  16. def CONTENT_RANGE(value: String): ParseResult[Content-Range]
    Definition Classes
    RangeParser
  17. def CONTENT_TYPE(value: String): ParseResult[Content-Type]
    Definition Classes
    ContentTypeHeader
  18. def COOKIE(value: String): ParseResult[headers.Cookie]
    Definition Classes
    CookieHeader
  19. def DATE(value: String): ParseResult[Date]
    Definition Classes
    SimpleHeaders
  20. def ETAG(value: String): ParseResult[ETag]
    Definition Classes
    SimpleHeaders
  21. def EXPIRES(value: String): ParseResult[Expires]
    Definition Classes
    SimpleHeaders
  22. def HOST(value: String): ParseResult[Host]
    Definition Classes
    SimpleHeaders
  23. def IF_MODIFIED_SINCE(value: String): ParseResult[If-Modified-Since]
    Definition Classes
    SimpleHeaders
  24. def IF_NONE_MATCH(value: String): ParseResult[If-None-Match]
    Definition Classes
    SimpleHeaders
  25. def LAST_EVENT_ID(value: String): ParseResult[Last-Event-Id]
    Definition Classes
    SimpleHeaders
  26. def LAST_MODIFIED(value: String): ParseResult[Last-Modified]
    Definition Classes
    SimpleHeaders
  27. def LOCATION(value: String): ParseResult[Location]
    Definition Classes
    LocationHeader
  28. def PROXY_AUTHENTICATE(value: String): ParseResult[Proxy-Authenticate]
    Definition Classes
    ProxyAuthenticateHeader
  29. def RANGE(value: String): ParseResult[Range]
    Definition Classes
    RangeParser
  30. def REFERER(value: String): ParseResult[Referer]
    Definition Classes
    RefererHeader
  31. def RETRY_AFTER(value: String): ParseResult[Retry-After]
    Definition Classes
    SimpleHeaders
  32. def SET_COOKIE(value: String): ParseResult[Set-Cookie]
    Definition Classes
    CookieHeader
  33. def TRANSFER_ENCODING(value: String): ParseResult[Transfer-Encoding]
    Definition Classes
    SimpleHeaders
  34. def USER_AGENT(value: String): ParseResult[User-Agent]
    Definition Classes
    SimpleHeaders
  35. def WWW_AUTHENTICATE(value: String): ParseResult[WWW-Authenticate]
    Definition Classes
    WwwAuthenticateHeader
  36. def X_B3_FLAGS(value: String): ParseResult[X-B3-Flags]
    Definition Classes
    ZipkinHeader
  37. def X_B3_PARENTSPANID(value: String): ParseResult[X-B3-ParentSpanId]
    Definition Classes
    ZipkinHeader
  38. def X_B3_SAMPLED(value: String): ParseResult[X-B3-Sampled]
    Definition Classes
    ZipkinHeader
  39. def X_B3_SPANID(value: String): ParseResult[X-B3-SpanId]
    Definition Classes
    ZipkinHeader
  40. def X_B3_TRACEID(value: String): ParseResult[X-B3-TraceId]
    Definition Classes
    ZipkinHeader
  41. def X_FORWARDED_FOR(value: String): ParseResult[X-Forwarded-For]
    Definition Classes
    SimpleHeaders
  42. def addParser(key: CaseInsensitiveString, parser: HeaderParser): Option[HeaderParser]

    Add a parser to the global header parser registry

    Add a parser to the global header parser registry

    key

    name of the header to register the parser for

    parser

    Header parser

    returns

    any existing parser already registered to that key

  43. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  44. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  45. def dropParser(key: CaseInsensitiveString): Option[HeaderParser]

    Remove the parser for the specified header key

    Remove the parser for the specified header key

    key

    name of the header to be removed

    returns

    Some(parser) if the parser exists, else None

  46. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  48. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  51. def idStringToLong(idString: String): Long
    Definition Classes
    ZipkinHeader
  52. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. def parseHeader(header: Raw): ParseResult[Header]
  57. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  62. def warmUp(): Unit

    Warm up the header parsers by triggering the loading of most classes in this package, so as to increase the speed of the first usage.

Inherited from ZipkinHeader

Inherited from WwwAuthenticateHeader

Inherited from ProxyAuthenticateHeader

Inherited from RefererHeader

Inherited from LocationHeader

Inherited from RangeParser

Inherited from AuthorizationHeader

Inherited from AcceptEncodingHeader

Inherited from AcceptCharsetHeader

Inherited from CookieHeader

Inherited from ContentTypeHeader

Inherited from CacheControlHeader

Inherited from AcceptLanguageHeader

Inherited from AcceptHeader

Inherited from SimpleHeaders

Inherited from AnyRef

Inherited from Any

Ungrouped