Package

io.scalajs.nodejs

https

Permalink

package https

https package object

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

Type Members

  1. trait Agent extends Object with http.Agent

    Permalink

    HTTPS is the HTTP protocol over TLS/SSL.

    HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a separate module.

    Annotations
    @RawJSType() @native()
  2. implicit final class HttpExtensions extends AnyVal

    Permalink

    Https Extensions

  3. trait Https extends Object with IEventEmitter

    Permalink

    HTTPS is the HTTP protocol over TLS/SSL.

    HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a separate module.

    Annotations
    @RawJSType() @native()
    See also

    https://nodejs.org/api/https.html

  4. class Server extends tls.Server

    Permalink

    This class is a subclass of tls.Server and emits events same as http.Server.

    This class is a subclass of tls.Server and emits events same as http.Server. See http.Server for more information.

    Annotations
    @RawJSType() @native() @JSImport( "https" , "Server" )
  5. class ServerOptions extends Object

    Permalink

    Server Options

    Server Options

    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object Https extends Object with Https

    Permalink

    Https Singleton

    Https Singleton

    Annotations
    @native() @JSImport( "https" , JSImport.Namespace )

Inherited from AnyRef

Inherited from Any

Ungrouped