| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e666e06 commit c12c534
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3865,6 +3865,21 @@ Type: Documentation-only (supports [`--pending-deprecation`][]) | |||
| 3865 | 3865 | ||
| 3866 | 3866 | Creating SHAKE-128 and SHAKE-256 digests without an explicit `options.outputLength` is deprecated. | |
| 3867 | 3867 | ||
| 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 | + | ||
| 3868 | 3883 | [DEP0142]: #dep0142-repl_builtinlibs | |
| 3869 | 3884 | [NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf | |
| 3870 | 3885 | [RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments