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
	      
    No documentation available
      f
		    get
	      
      
    Like http.get() but for HTTPS.
f
		    request
	      
      
    Makes a request to a secure web server.
I
		    AgentOptions
	      
    No documentation available
      c
I
		    Server
	      
      
    See http.Server for more information.
T
		    RequestOptions
	      
    No documentation available
      T
		    ServerOptions
	      
    No documentation available
      v
		    globalAgent
	      
    No documentation available