mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
http: deprecate writeHeader
PR-URL: https://github.com/nodejs/node/pull/59060 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
This commit is contained in:
parent
eabb75cea8
commit
91dadf2897
3 changed files with 28 additions and 3 deletions
|
@ -1480,12 +1480,15 @@ instead.
|
|||
|
||||
<!-- YAML
|
||||
changes:
|
||||
- version: REPLACEME
|
||||
pr-url: https://github.com/nodejs/node/pull/59060
|
||||
description: Runtime deprecation.
|
||||
- version: v8.0.0
|
||||
pr-url: https://github.com/nodejs/node/pull/11355
|
||||
description: Documentation-only deprecation.
|
||||
-->
|
||||
|
||||
Type: Documentation-only
|
||||
Type: Runtime
|
||||
|
||||
The `node:http` module `ServerResponse.prototype.writeHeader()` API is
|
||||
deprecated. Please use `ServerResponse.prototype.writeHead()` instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue