From e947fb5533bfc2f45dbae5b79bcf2005f5cd2829 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Wed, 30 Jul 2025 19:56:30 -0500 Subject: [PATCH] lib: docs deprecate _http_* Ref https://github.com/nodejs/node/pull/58535 Signed-off-by: Sebastian Beltran --- doc/api/deprecations.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index b71e9a0aa595f2..9ba5acd5080b5c 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -4080,6 +4080,21 @@ Type: Runtime Creating SHAKE-128 and SHAKE-256 digests without an explicit `options.outputLength` is deprecated. +### DEP0199: `require('node:_http_*')` + + + +Type: Documentation-only + +The `node:_http_agent`, `node:_http_client`, `node:_http_common`, `node:_http_incoming`, +`node:_http_outgoing` and `node:_http_server` modules are deprecated as they should be considered +an internal nodejs implementation rather than a public facing API, use `node:http` instead. + [DEP0142]: #dep0142-repl_builtinlibs [NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf [RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3