Packages

package http2

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ClientHttp2Session extends Object with Http2Session
    Annotations
    @RawJSType() @native()
  2. trait ClientHttp2Stream extends Duplex with Http2Stream
    Annotations
    @RawJSType() @native()
  3. trait HasOrigin extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  4. trait Http2 extends Object
    Annotations
    @RawJSType() @native()
  5. class Http2ConnectOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  6. trait Http2Constants extends Object
    Annotations
    @RawJSType() @native()
  7. trait Http2Headers extends Object
    Annotations
    @RawJSType() @native()
  8. class Http2Priority extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  9. class Http2PushStreamOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  10. class Http2RequestOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  11. class Http2RespondWithFDOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  12. class Http2RespondWithFileOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  13. class Http2ResponseOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  14. trait Http2SecureServer extends Server with Http2TimeoutOps
    Annotations
    @RawJSType() @native()
  15. class Http2SecureServerOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  16. trait Http2Server extends Server with Http2TimeoutOps
    Annotations
    @RawJSType() @native()
  17. class Http2ServerOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  18. class Http2ServerRequest extends Object with Http2TimeoutOps
    Annotations
    @RawJSType() @native() @JSImport("http2", "Http2ServerRequest")
  19. class Http2ServerResponse extends Object with Http2TimeoutOps
    Annotations
    @RawJSType() @native() @JSImport("http2", "Http2ServerResponse")
  20. trait Http2Session extends Object with IEventEmitter
    Annotations
    @RawJSType() @native()
  21. trait Http2SessionState extends Object
    Annotations
    @RawJSType() @native()
  22. class Http2Settings extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  23. trait Http2Stream extends Duplex
    Annotations
    @RawJSType() @native()
  24. trait Http2StreamState extends Object
    Annotations
    @RawJSType() @native()
  25. trait Http2TimeoutOps extends Object
    Annotations
    @RawJSType() @native()
  26. type Origin = |[|[String, URL], HasOrigin]
  27. type Path = |[|[String, Buffer], URL]
  28. trait ServerHttp2Session extends Object with Http2Session
    Annotations
    @RawJSType() @native()
  29. trait ServerHttp2Stream extends Duplex with Http2Stream
    Annotations
    @RawJSType() @native()

Value Members

  1. object Http2 extends Object with Http2
    Annotations
    @native() @JSImport("http2", JSImport.Namespace)
  2. object Http2Headers

Inherited from AnyRef

Inherited from Any

Ungrouped