Index - Node documentation

Usage

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
createServer
No documentation available
f
get

Like http.get() but for HTTPS.

f
request

Makes a request to a secure web server.

Interfaces

I
AgentOptions
No documentation available
c
I
Server

See http.Server for more information.

Type Aliases

T
RequestOptions
No documentation available
T
ServerOptions
No documentation available

Variables

v
globalAgent
No documentation available