trait Http2Headers extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http2Headers
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val accessControlAllowCredentials: UndefOr[String]
    Annotations
    @JSName("access-control-allow-credentials")
  5. val accessControlMaxAge: UndefOr[String]
    Annotations
    @JSName("access-control-max-age")
  6. val accessControlRequestMethod: UndefOr[String]
    Annotations
    @JSName("access-control-request-method")
  7. val age: UndefOr[String]
    Annotations
    @JSName("age")
  8. def apply(key: String): UndefOr[|[String, Array[String]]]
    Annotations
    @JSBracketAccess()
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val authority: UndefOr[String]
    Annotations
    @JSName(":authority")
  11. val authorization: UndefOr[String]
    Annotations
    @JSName("authorization")
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. val contentEncoding: UndefOr[String]
    Annotations
    @JSName("content-encoding")
  14. val contentLanguage: UndefOr[String]
    Annotations
    @JSName("content-language")
  15. val contentLength: UndefOr[String]
    Annotations
    @JSName("content-length")
  16. val contentLocation: UndefOr[String]
    Annotations
    @JSName("content-location")
  17. val contentMd5: UndefOr[String]
    Annotations
    @JSName("content-md5")
  18. val contentRange: UndefOr[String]
    Annotations
    @JSName("content-range")
  19. val contentType: UndefOr[String]
    Annotations
    @JSName("content-type")
  20. val cookie: UndefOr[Array[String]]
    Annotations
    @JSName("cookie")
  21. val date: UndefOr[String]
    Annotations
    @JSName("date")
  22. val dnt: UndefOr[String]
    Annotations
    @JSName("dnt")
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. val etag: UndefOr[String]
    Annotations
    @JSName("etag")
  26. val expires: UndefOr[String]
    Annotations
    @JSName("expires")
  27. val from: UndefOr[String]
    Annotations
    @JSName("from")
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val ifMatch: UndefOr[String]
    Annotations
    @JSName("if-match")
  32. val ifModifiedSince: UndefOr[String]
    Annotations
    @JSName("if-modified-since")
  33. val ifNoneMatch: UndefOr[String]
    Annotations
    @JSName("if-none-match")
  34. val ifRange: UndefOr[String]
    Annotations
    @JSName("if-range")
  35. val ifUnmodifiedSince: UndefOr[String]
    Annotations
    @JSName("if-unmodified-since")
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  38. val lastModified: UndefOr[String]
    Annotations
    @JSName("last-modified")
  39. val location: UndefOr[String]
    Annotations
    @JSName("location")
  40. val maxForwards: UndefOr[String]
    Annotations
    @JSName("max-forwards")
  41. val method: UndefOr[String]
    Annotations
    @JSName(":method")
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. val path: UndefOr[String]
    Annotations
    @JSName(":path")
  46. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  47. val protocol: UndefOr[String]
    Annotations
    @JSName(":protocol")
  48. val proxyAuthorization: UndefOr[String]
    Annotations
    @JSName("proxy-authorization")
  49. val range: UndefOr[String]
    Annotations
    @JSName("range")
  50. val referer: UndefOr[String]
    Annotations
    @JSName("referer")
  51. val retryAfter: UndefOr[String]
    Annotations
    @JSName("retry-after")
  52. val scheme: UndefOr[String]
    Annotations
    @JSName(":scheme")
  53. val setCookie: UndefOr[Array[String]]
    Annotations
    @JSName("set-cookie")
  54. val status: UndefOr[String]
    Annotations
    @JSName(":status")
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. val tk: UndefOr[String]
    Annotations
    @JSName("tk")
  57. def toLocaleString(): String
    Definition Classes
    Object
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. def update(key: String, value: |[String, Array[String]]): Unit
    Annotations
    @JSBracketAccess()
  60. val upgradeInsecureRequests: UndefOr[String]
    Annotations
    @JSName("upgrade-insecure-requests")
  61. val userAgent: UndefOr[String]
    Annotations
    @JSName("user-agent")
  62. def valueOf(): Any
    Definition Classes
    Object
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. val xContentTypeOptions: UndefOr[String]
    Annotations
    @JSName("x-content-type-options")

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped