doc: add changelogs for http
PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
This commit is contained in:
parent
d2e4742a8d
commit
cfa06fa59a
@ -586,6 +586,12 @@ not be emitted.
|
||||
### Event: 'clientError'
|
||||
<!-- YAML
|
||||
added: v0.1.94
|
||||
changes:
|
||||
- version: v6.0.0
|
||||
pr-url: https://github.com/nodejs/node/pull/4557
|
||||
description: The default action of calling `.destroy()` on the `socket`
|
||||
will no longer take place if there are listeners attached
|
||||
for `clientError`.
|
||||
-->
|
||||
|
||||
* `exception` {Error}
|
||||
@ -1178,6 +1184,11 @@ the request body should be sent. See the [`'checkContinue'`][] event on `Server`
|
||||
### response.writeHead(statusCode[, statusMessage][, headers])
|
||||
<!-- YAML
|
||||
added: v0.1.30
|
||||
changes:
|
||||
- version: v5.11.0, v4.4.5
|
||||
pr-url: https://github.com/nodejs/node/pull/6291
|
||||
description: A `RangeError` is thrown if `statusCode` is not a number in
|
||||
the range `[100, 999]`.
|
||||
-->
|
||||
|
||||
* `statusCode` {Number}
|
||||
|
Loading…
x
Reference in New Issue
Block a user