Node.js module

http

The 'node:http' module provides classes and methods to create HTTP servers and clients. It includes the IncomingMessage and ServerResponse classes for handling request/response lifecycles on the server side, and the ClientRequest and IncomingMessage classes for client-side HTTP interactions.

Fully supported in Bun

Fully implemented. Note: Outgoing client request body is currently buffered instead of streamed.

Functions 7

Classes 6

Interfaces 12

Types 2

Variables 7