package http2
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- http2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
ClientHttp2Session extends Object with Http2Session
- Annotations
- @RawJSType() @native()
-
trait
ClientHttp2Stream extends Duplex with Http2Stream
- Annotations
- @RawJSType() @native()
-
trait
HasOrigin extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
Http2 extends Object
- Annotations
- @RawJSType() @native()
-
class
Http2ConnectOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
Http2Constants extends Object
- Annotations
- @RawJSType() @native()
-
trait
Http2Headers extends Object
- Annotations
- @RawJSType() @native()
-
class
Http2Priority extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
class
Http2PushStreamOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
class
Http2RequestOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
class
Http2RespondWithFDOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
class
Http2RespondWithFileOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
class
Http2ResponseOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
Http2SecureServer extends Server with Http2TimeoutOps
- Annotations
- @RawJSType() @native()
-
class
Http2SecureServerOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
Http2Server extends Server with Http2TimeoutOps
- Annotations
- @RawJSType() @native()
-
class
Http2ServerOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
class
Http2ServerRequest extends Object with Http2TimeoutOps
- Annotations
- @RawJSType() @native() @JSImport( "http2" , "Http2ServerRequest" )
-
class
Http2ServerResponse extends Object with Http2TimeoutOps
- Annotations
- @RawJSType() @native() @JSImport( "http2" , "Http2ServerResponse" )
-
trait
Http2Session extends Object with IEventEmitter
- Annotations
- @RawJSType() @native()
-
trait
Http2SessionState extends Object
- Annotations
- @RawJSType() @native()
-
class
Http2Settings extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
Http2Stream extends Duplex
- Annotations
- @RawJSType() @native()
-
trait
Http2StreamState extends Object
- Annotations
- @RawJSType() @native()
-
trait
Http2TimeoutOps extends Object
- Annotations
- @RawJSType() @native()
- type Origin = |[|[String, URL], HasOrigin]
- type Path = |[|[String, Buffer], URL]
-
trait
ServerHttp2Session extends Object with Http2Session
- Annotations
- @RawJSType() @native()
-
trait
ServerHttp2Stream extends Duplex with Http2Stream
- Annotations
- @RawJSType() @native()