package https
https package object
- Alphabetic
- By Inheritance
- https
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
Agent
extends Object with 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
- @RawJSType() @native()
-
implicit final
class
HttpExtensions
extends AnyVal
Https Extensions
-
trait
Https
extends Object with IEventEmitter
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()
- Version
7.4.0
- See also
https://nodejs.org/api/https.html
-
trait
Server
extends Object with net.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
- @RawJSType() @native()
- See also
-
class
ServerOptions
extends Object
Server Options
Server Options
- Annotations
- @RawJSType() @ScalaJSDefined()