Skip to main content

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.

Classes

c
Agent

An Agent object for HTTPS similar to http.Agent. See request for more information.

Functions

f
get

Like http.get() but for HTTPS.

    f
    request

    Makes a request to a secure web server.

      Interfaces

      Type Aliases

      T
      RequestOptions
      No documentation available
        T
        ServerOptions
        No documentation available

          Variables

          v
          globalAgent
          No documentation available
            Back to top