Skip to content

Commit c144d69

Browse files
bjohansebasRafaelGSS
authored andcommitted
lib: docs deprecate _http_*
Ref #58535 Signed-off-by: Sebastian Beltran <[email protected]> PR-URL: #59293 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tim Perry <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent d69f3ee commit c144d69

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/api/deprecations.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4010,6 +4010,21 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
40104010

40114011
Creating SHAKE-128 and SHAKE-256 digests without an explicit `options.outputLength` is deprecated.
40124012

4013+
### DEP0199: `require('node:_http_*')`
4014+
4015+
<!-- YAML
4016+
changes:
4017+
- version: REPLACEME
4018+
pr-url: https://github.com/nodejs/node/pull/59293
4019+
description: Documentation-only deprecation.
4020+
-->
4021+
4022+
Type: Documentation-only
4023+
4024+
The `node:_http_agent`, `node:_http_client`, `node:_http_common`, `node:_http_incoming`,
4025+
`node:_http_outgoing` and `node:_http_server` modules are deprecated as they should be considered
4026+
an internal nodejs implementation rather than a public facing API, use `node:http` instead.
4027+
40134028
[DEP0142]: #dep0142-repl_builtinlibs
40144029
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
40154030
[RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3

0 commit comments

Comments
 (0)