package https
https package object
- Alphabetic
- By Inheritance
- https
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class Agent extends http.Agent
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
- @JSType() @native() @JSImport("https", "Agent")
- implicit final class AgentExtensions[T <: Agent] extends AnyVal
- trait AgentOptions extends Object
- Annotations
- @JSType()
- implicit final class HttpExtensions extends AnyVal
Https Extensions
- trait Https extends Object
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
- @JSType() @native()
- See also
https://nodejs.org/api/https.html
- class Server extends tls.Server
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
- @JSType() @native() @JSImport("https", "Server")
- trait ServerOptions extends Object
- Annotations
- @JSType()
Value Members
- object AgentOptions
- object Https extends Object with Https
Https Singleton
Https Singleton
- Annotations
- @native() @JSImport("https", JSImport.Namespace)
- object ServerOptions