NodehttpsUsage in Denoimport * as mod from "node:https"; HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a separate module. Classes #cAgentAn Agent object for HTTPS similar to http.Agent. See request for more information.optionsFunctions #fcreateServerOrfgetLike http.get() but for HTTPS.frequestMakes a request to a secure web server.Interfaces #IAgentOptionsNo documentation availablemaxCachedSessionsrejectUnauthorizedcIServerNo documentation availableaddListenercloseAllConnectionscloseIdleConnectionsemitononceprependListenerprependOnceListenerType Aliases #TRequestOptionsNo documentation availableTServerOptionsNo documentation availableVariables #vglobalAgentNo documentation available