Skip to content

Commit e4b748a

Browse files
authored
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 9086337 commit e4b748a

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
@@ -4082,6 +4082,21 @@ Type: Runtime
40824082

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

4085+
### DEP0199: `require('node:_http_*')`
4086+
4087+
<!-- YAML
4088+
changes:
4089+
- version: REPLACEME
4090+
pr-url: https://github.com/nodejs/node/pull/59293
4091+
description: Documentation-only deprecation.
4092+
-->
4093+
4094+
Type: Documentation-only
4095+
4096+
The `node:_http_agent`, `node:_http_client`, `node:_http_common`, `node:_http_incoming`,
4097+
`node:_http_outgoing` and `node:_http_server` modules are deprecated as they should be considered
4098+
an internal nodejs implementation rather than a public facing API, use `node:http` instead.
4099+
40854100
[DEP0142]: #dep0142-repl_builtinlibs
40864101
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
40874102
[RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3

0 commit comments

Comments
 (0)