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

Value Members

  1. object Http2 extends Object with Http2
    Annotations
    @native() @JSImport("http2", JSImport.Namespace)
  2. object Http2ConnectOptions
  3. object Http2Headers
  4. object Http2Priority
  5. object Http2PushStreamOptions
  6. object Http2RequestOptions
  7. object Http2RespondWithFDOptions
  8. object Http2RespondWithFileOptions
  9. object Http2ResponseOptions
  10. object Http2SecureServerOptions
  11. object Http2ServerOptions
  12. object Http2Settings

Inherited from AnyRef

Inherited from Any

Ungrouped