@@ -4010,6 +4010,21 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
|
4010 | 4010 | |
4011 | 4011 | Creating SHAKE-128 and SHAKE-256 digests without an explicit `options.outputLength` is deprecated. |
4012 | 4012 | |
| 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 | + |
4013 | 4028 | [DEP0142]: #dep0142-repl_builtinlibs |
4014 | 4029 | [NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf |
4015 | 4030 | [RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3 |
|