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. implicit final class ClientHttp2SessionExtensions[T <: ClientHttp2Session] extends AnyVal
  3. trait ClientHttp2Stream extends Duplex with Http2Stream
    Annotations
    @RawJSType() @native()
  4. implicit final class ClientHttp2StreamExtensions[T <: ClientHttp2Stream] extends AnyVal
  5. trait HasOrigin extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  6. trait Http2 extends Object
    Annotations
    @RawJSType() @native()
  7. class Http2ConnectOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  8. trait Http2Constants extends Object
    Annotations
    @RawJSType() @native()
  9. trait Http2Headers extends Object
    Annotations
    @RawJSType() @native()
  10. class Http2Priority extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  11. class Http2PushStreamOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  12. class Http2RequestOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  13. class Http2RespondWithFDOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  14. class Http2RespondWithFileOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  15. class Http2ResponseOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  16. trait Http2SecureServer extends Server with Http2TimeoutOps
    Annotations
    @RawJSType() @native()
  17. class Http2SecureServerOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  18. implicit final class Http2SecureSeverExtensions[T <: Http2SecureServer] extends AnyVal
  19. trait Http2Server extends Server with Http2TimeoutOps
    Annotations
    @RawJSType() @native()
  20. class Http2ServerOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  21. class Http2ServerRequest extends Readable with Http2TimeoutOps
    Annotations
    @RawJSType() @native() @JSImport("http2", "Http2ServerRequest")
  22. implicit final class Http2ServerRequestExtensions[T <: Http2ServerRequest] extends AnyVal
  23. class Http2ServerResponse extends Writable with Http2TimeoutOps
    Annotations
    @RawJSType() @native() @JSImport("http2", "Http2ServerResponse")
  24. implicit final class Http2ServerResponseExtensions[T <: Http2ServerResponse] extends AnyVal
  25. trait Http2Session extends Object with IEventEmitter
    Annotations
    @RawJSType() @native()
  26. implicit final class Http2SessionExtensions[T <: Http2Session] extends AnyVal
  27. trait Http2SessionState extends Object
    Annotations
    @RawJSType() @native()
  28. class Http2Settings extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  29. implicit final class Http2SeverExtensions[T <: Http2Server] extends AnyVal
  30. trait Http2Stream extends Duplex
    Annotations
    @RawJSType() @native()
  31. implicit final class Http2StreamExtensions[T <: Http2Stream] extends AnyVal
  32. trait Http2StreamState extends Object
    Annotations
    @RawJSType() @native()
  33. trait Http2TimeoutOps extends Object
    Annotations
    @RawJSType() @native()
  34. type Origin = |[|[String, URL], HasOrigin]
  35. type Path = |[|[String, Buffer], URL]
  36. trait ServerHttp2Session extends Object with Http2Session
    Annotations
    @RawJSType() @native()
  37. 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