Skip to content

Commit bb38182

Browse files
bjohansebasaduh95
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 c83c120 commit bb38182

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
@@ -3865,6 +3865,21 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
38653865

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

3868+
### DEP0199: `require('node:_http_*')`
3869+
3870+
<!-- YAML
3871+
changes:
3872+
- version: REPLACEME
3873+
pr-url: https://github.com/nodejs/node/pull/59293
3874+
description: Documentation-only deprecation.
3875+
-->
3876+
3877+
Type: Documentation-only
3878+
3879+
The `node:_http_agent`, `node:_http_client`, `node:_http_common`, `node:_http_incoming`,
3880+
`node:_http_outgoing` and `node:_http_server` modules are deprecated as they should be considered
3881+
an internal nodejs implementation rather than a public facing API, use `node:http` instead.
3882+
38683883
[DEP0142]: #dep0142-repl_builtinlibs
38693884
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
38703885
[RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3

0 commit comments

Comments
 (0)