Usage in Deno
import * as mod from "node:https";
HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a separate module.
f
createServer
Or
f
get
Like http.get()
but for HTTPS.
f
request
Makes a request to a secure web server.
I
c
I
Server
See http.Server
for more information.
T
RequestOptions
No documentation available
T
ServerOptions
No documentation available
v
globalAgent
No documentation available