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()
- implicit final class ClientHttp2SessionExtensions[T <: ClientHttp2Session] extends AnyVal
-
trait
ClientHttp2Stream extends Duplex with Http2Stream
- Annotations
- @RawJSType() @native()
- implicit final class ClientHttp2StreamExtensions[T <: ClientHttp2Stream] extends AnyVal
-
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()
- implicit final class Http2SecureSeverExtensions[T <: Http2SecureServer] extends AnyVal
-
trait
Http2Server extends Server with Http2TimeoutOps
- Annotations
- @RawJSType() @native()
-
class
Http2ServerOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
class
Http2ServerRequest extends Readable with Http2TimeoutOps
- Annotations
- @RawJSType() @native() @JSImport( "http2" , "Http2ServerRequest" )
- implicit final class Http2ServerRequestExtensions[T <: Http2ServerRequest] extends AnyVal
-
class
Http2ServerResponse extends Writable with Http2TimeoutOps
- Annotations
- @RawJSType() @native() @JSImport( "http2" , "Http2ServerResponse" )
- implicit final class Http2ServerResponseExtensions[T <: Http2ServerResponse] extends AnyVal
-
trait
Http2Session extends Object with IEventEmitter
- Annotations
- @RawJSType() @native()
- implicit final class Http2SessionExtensions[T <: Http2Session] extends AnyVal
-
trait
Http2SessionState extends Object
- Annotations
- @RawJSType() @native()
-
class
Http2Settings extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- implicit final class Http2SeverExtensions[T <: Http2Server] extends AnyVal
-
trait
Http2Stream extends Duplex
- Annotations
- @RawJSType() @native()
- implicit final class Http2StreamExtensions[T <: Http2Stream] extends AnyVal
-
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()