Namespace node.https

HTTPS is the HTTP protocol over TLS/SSL. In Node this is implemented as a separate module.

Method Summary

Method Attributes Method Name and Description
static  
node.https.createServer(opts, requestListener)
static  
node.https.get(options, cb)
static  
node.https.getAgent(options)
static  
node.https.request(options, cb)

Method Detail

  • static node.https.createServer(opts, requestListener)
    Parameters:
    {string} opts
    {string} requestListener
  • static node.https.get(options, cb)
    Parameters:
    {Object} options
    {function(Error?|...[*]):undefined=} cb
  • static node.https.getAgent(options)
    Parameters:
    {Object} options
  • static node.https.request(options, cb)
    Parameters:
    {Object} options
    {function(Error?|...[*]):undefined=} cb