summaryrefslogtreecommitdiff
path: root/doc/api/http.md
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-02-14 14:37:22 +0100
committerMichaël Zasso <targos@protonmail.com>2019-02-14 23:55:48 +0100
commit82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2 (patch)
treef8064fa580812030991273875b1374e3b998c2b5 /doc/api/http.md
parent2ffd20bb917ee8265efc74696479c1e1f85c42f4 (diff)
downloadandroid-node-v8-82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2.tar.gz
android-node-v8-82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2.tar.bz2
android-node-v8-82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2.zip
2018-02-14, Version 11.10.0 (Current)
Notable changes: deps: * Updated libuv to 1.26.0. * Updated npm to 6.7.0. http, http2: * `response.writeHead` now returns the response object. perf_hooks: * Implemented a histogram based API. process: * Exposed `process.features.inspector`. repl: * Added `repl.setupHistory` for programmatic repl. tls: * Introduced client "session" event. PR-URL: https://github.com/nodejs/node/pull/26098
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index 87de5a9bba..bd183d329a 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1450,7 +1450,7 @@ the request body should be sent. See the [`'checkContinue'`][] event on
<!-- YAML
added: v0.1.30
changes:
- - version: REPLACEME
+ - version: v11.10.0
pr-url: https://github.com/nodejs/node/pull/25974
description: Return `this` from `writeHead()` to allow chaining with
`end()`.