com.sksamuel.scruffy.http

Headers

object Headers

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

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. object Accept extends HeaderKey with Product with Serializable

  5. object AcceptCharset extends HeaderKey with Product with Serializable

  6. object AcceptEncoding extends HeaderKey with Product with Serializable

  7. object AcceptLanguage extends HeaderKey with Product with Serializable

  8. object AccessControlAllowOrigin extends HeaderKey with Product with Serializable

  9. object Age extends HeaderKey with Product with Serializable

  10. object Allow extends HeaderKey with Product with Serializable

  11. object Authorization extends HeaderKey with Product with Serializable

  12. object CacheControl extends HeaderKey with Product with Serializable

  13. object ContentDisposition extends HeaderKey with Product with Serializable

  14. object ContentEncoding extends HeaderKey with Product with Serializable

  15. object ContentLanguage extends HeaderKey with Product with Serializable

  16. object ContentLength extends HeaderKey with Product with Serializable

  17. object ContentLocation extends HeaderKey with Product with Serializable

  18. object ContentMD5 extends HeaderKey with Product with Serializable

  19. object ContentType extends HeaderKey with Product with Serializable

  20. object Cookie extends HeaderKey with Product with Serializable

  21. object Date extends HeaderKey with Product with Serializable

  22. object ETag extends HeaderKey with Product with Serializable

  23. object Expect extends HeaderKey with Product with Serializable

  24. object Expires extends HeaderKey with Product with Serializable

  25. object From extends HeaderKey with Product with Serializable

  26. object Host extends HeaderKey with Product with Serializable

  27. object IfMatch extends HeaderKey with Product with Serializable

  28. object IfModifiedSince extends HeaderKey with Product with Serializable

  29. object IfNoneMatch extends HeaderKey with Product with Serializable

  30. object IfRange extends HeaderKey with Product with Serializable

  31. object IfUnmodifiedSince extends HeaderKey with Product with Serializable

  32. object LastModified extends HeaderKey with Product with Serializable

  33. object Link extends HeaderKey with Product with Serializable

  34. object Location extends HeaderKey with Product with Serializable

  35. object MaxForwards extends HeaderKey with Product with Serializable

  36. object Origin extends HeaderKey with Product with Serializable

  37. object Pragma extends HeaderKey with Product with Serializable

  38. object Range extends HeaderKey with Product with Serializable

  39. object Referer extends HeaderKey with Product with Serializable

  40. object Refresh extends HeaderKey with Product with Serializable

  41. object RetryAfter extends HeaderKey with Product with Serializable

  42. object Server extends HeaderKey with Product with Serializable

  43. object SetCookie extends HeaderKey with Product with Serializable

  44. object Status extends HeaderKey with Product with Serializable

  45. object StrictTransportSecurity extends HeaderKey with Product with Serializable

  46. object Upgrade extends HeaderKey with Product with Serializable

  47. object UserAgent extends HeaderKey with Product with Serializable

  48. object Vary extends HeaderKey with Product with Serializable

  49. object WWWAuthenticate extends HeaderKey with Product with Serializable

  50. object Warning extends HeaderKey with Product with Serializable

  51. object XContentTypeOptions extends HeaderKey with Product with Serializable

  52. object XForwardedFor extends HeaderKey with Product with Serializable

  53. object XForwardedProto extends HeaderKey with Product with Serializable

  54. object XFrameOptions extends HeaderKey with Product with Serializable

  55. object XHTTPMethodOverride extends HeaderKey with Product with Serializable

  56. object XPoweredBy extends HeaderKey with Product with Serializable

  57. object XRequestedWith extends HeaderKey with Product with Serializable

  58. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  59. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  70. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped