lib: docs deprecate _http_* · nodejs/node@c144d69

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