trait Http2Headers extends Object
- Annotations
- @JSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http2Headers
- Object
- Any
- 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
-
val
accessControlAllowCredentials: UndefOr[String]
- Annotations
- @JSName( "access-control-allow-credentials" )
-
val
accessControlMaxAge: UndefOr[String]
- Annotations
- @JSName( "access-control-max-age" )
-
val
accessControlRequestMethod: UndefOr[String]
- Annotations
- @JSName( "access-control-request-method" )
-
val
age: UndefOr[String]
- Annotations
- @JSName( "age" )
-
def
apply(key: String): UndefOr[|[String, Array[String]]]
- Annotations
- @JSBracketAccess()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
authority: UndefOr[String]
- Annotations
- @JSName( ":authority" )
-
val
authorization: UndefOr[String]
- Annotations
- @JSName( "authorization" )
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
contentEncoding: UndefOr[String]
- Annotations
- @JSName( "content-encoding" )
-
val
contentLanguage: UndefOr[String]
- Annotations
- @JSName( "content-language" )
-
val
contentLength: UndefOr[String]
- Annotations
- @JSName( "content-length" )
-
val
contentLocation: UndefOr[String]
- Annotations
- @JSName( "content-location" )
-
val
contentMd5: UndefOr[String]
- Annotations
- @JSName( "content-md5" )
-
val
contentRange: UndefOr[String]
- Annotations
- @JSName( "content-range" )
-
val
contentType: UndefOr[String]
- Annotations
- @JSName( "content-type" )
-
val
cookie: UndefOr[Array[String]]
- Annotations
- @JSName( "cookie" )
-
val
date: UndefOr[String]
- Annotations
- @JSName( "date" )
-
val
dnt: UndefOr[String]
- Annotations
- @JSName( "dnt" )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
etag: UndefOr[String]
- Annotations
- @JSName( "etag" )
-
val
expires: UndefOr[String]
- Annotations
- @JSName( "expires" )
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
from: UndefOr[String]
- Annotations
- @JSName( "from" )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
ifMatch: UndefOr[String]
- Annotations
- @JSName( "if-match" )
-
val
ifModifiedSince: UndefOr[String]
- Annotations
- @JSName( "if-modified-since" )
-
val
ifNoneMatch: UndefOr[String]
- Annotations
- @JSName( "if-none-match" )
-
val
ifRange: UndefOr[String]
- Annotations
- @JSName( "if-range" )
-
val
ifUnmodifiedSince: UndefOr[String]
- Annotations
- @JSName( "if-unmodified-since" )
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
lastModified: UndefOr[String]
- Annotations
- @JSName( "last-modified" )
-
val
location: UndefOr[String]
- Annotations
- @JSName( "location" )
-
val
maxForwards: UndefOr[String]
- Annotations
- @JSName( "max-forwards" )
-
val
method: UndefOr[String]
- Annotations
- @JSName( ":method" )
-
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()
-
val
path: UndefOr[String]
- Annotations
- @JSName( ":path" )
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
protocol: UndefOr[String]
- Annotations
- @JSName( ":protocol" )
-
val
proxyAuthorization: UndefOr[String]
- Annotations
- @JSName( "proxy-authorization" )
-
val
range: UndefOr[String]
- Annotations
- @JSName( "range" )
-
val
referer: UndefOr[String]
- Annotations
- @JSName( "referer" )
-
val
retryAfter: UndefOr[String]
- Annotations
- @JSName( "retry-after" )
-
val
scheme: UndefOr[String]
- Annotations
- @JSName( ":scheme" )
-
val
setCookie: UndefOr[Array[String]]
- Annotations
- @JSName( "set-cookie" )
-
val
status: UndefOr[String]
- Annotations
- @JSName( ":status" )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
tk: UndefOr[String]
- Annotations
- @JSName( "tk" )
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
update(key: String, value: Array[String]): Unit
- Annotations
- @JSBracketAccess()
-
def
update(key: String, value: String): Unit
- Annotations
- @JSBracketAccess()
-
val
upgradeInsecureRequests: UndefOr[String]
- Annotations
- @JSName( "upgrade-insecure-requests" )
-
val
userAgent: UndefOr[String]
- Annotations
- @JSName( "user-agent" )
-
def
valueOf(): Any
- Definition Classes
- Object
-
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()
-
val
xContentTypeOptions: UndefOr[String]
- Annotations
- @JSName( "x-content-type-options" )