object Http2Headers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http2Headers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def forIncoming(status: String, method: UndefOr[String] = js.undefined, authority: UndefOr[String] = js.undefined, scheme: UndefOr[String] = js.undefined, path: UndefOr[String] = js.undefined, protocol: UndefOr[String] = js.undefined, age: UndefOr[String] = js.undefined, authorization: UndefOr[String] = js.undefined, accessControlAllowCredentials: UndefOr[String] = js.undefined, accessControlMaxAge: UndefOr[String] = js.undefined, accessControlRequestMethod: UndefOr[String] = js.undefined, contentEncoding: UndefOr[String] = js.undefined, contentLanguage: UndefOr[String] = js.undefined, contentLength: UndefOr[String] = js.undefined, contentLocation: UndefOr[String] = js.undefined, contentMd5: UndefOr[String] = js.undefined, contentRange: UndefOr[String] = js.undefined, contentType: UndefOr[String] = js.undefined, date: UndefOr[String] = js.undefined, dnt: UndefOr[String] = js.undefined, etag: UndefOr[String] = js.undefined, expires: UndefOr[String] = js.undefined, from: UndefOr[String] = js.undefined, ifMatch: UndefOr[String] = js.undefined, ifModifiedSince: UndefOr[String] = js.undefined, ifNoneMatch: UndefOr[String] = js.undefined, ifRange: UndefOr[String] = js.undefined, ifUnmodifiedSince: UndefOr[String] = js.undefined, lastModified: UndefOr[String] = js.undefined, location: UndefOr[String] = js.undefined, maxForwards: UndefOr[String] = js.undefined, proxyAuthorization: UndefOr[String] = js.undefined, range: UndefOr[String] = js.undefined, referer: UndefOr[String] = js.undefined, retryAfter: UndefOr[String] = js.undefined, tk: UndefOr[String] = js.undefined, upgradeInsecureRequests: UndefOr[String] = js.undefined, userAgent: UndefOr[String] = js.undefined, xContentTypeOptions: UndefOr[String] = js.undefined, cookie: UndefOr[Array[String]] = js.undefined, setCookie: UndefOr[Array[String]] = js.undefined): Http2Headers
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()