summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2018-01-30 13:36:49 -0600
committerEvan Lucas <evanlucas@me.com>2018-01-31 18:06:32 -0600
commit83d0f4c92b46fa0fbd13e9ebc7a473275da04e2e (patch)
tree31e3a90a70b3923569543864d29a0f8315dcd3dc /doc/api/http2.md
parentba3d55a3b88cfdc9755b492912616ddd1931c4a3 (diff)
downloadandroid-node-v8-83d0f4c92b46fa0fbd13e9ebc7a473275da04e2e.tar.gz
android-node-v8-83d0f4c92b46fa0fbd13e9ebc7a473275da04e2e.tar.bz2
android-node-v8-83d0f4c92b46fa0fbd13e9ebc7a473275da04e2e.zip
2018-01-31, Version 9.5.0 (Current)
Notable changes: * cluster - add cwd to cluster.settings (cjihrig) [#18399](https://github.com/nodejs/node/pull/18399) * deps - upgrade libuv to 1.19.1 (cjihrig) [#18260](https://github.com/nodejs/node/pull/18260) * meta - add Leko to collaborators (Leko) [#18117](https://github.com/nodejs/node/pull/18117) - add vdeturckheim as collaborator (vdeturckheim) [#18432](https://github.com/nodejs/node/pull/18432) * n-api - expose n-api version in process.versions (Michael Dawson) [#18067](https://github.com/nodejs/node/pull/18067) * perf_hooks - add performance.clear() (James M Snell) [#18046](https://github.com/nodejs/node/pull/18046) * stream - avoid writeAfterEnd() while ending (陈刚) [#18170](https://github.com/nodejs/node/pull/18170) PR-URL: https://github.com/nodejs/node/pull/18464
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index ab4fb03cb5..b70b2c4c46 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -991,7 +991,7 @@ calling `http2stream.close()`, or `http2stream.destroy()`. Will be
#### http2stream.sentHeaders
<!-- YAML
-added: REPLACEME
+added: v9.5.0
-->
* Value: {HTTP2 Headers Object}
@@ -1000,7 +1000,7 @@ An object containing the outbound headers sent for this `Http2Stream`.
#### http2stream.sentInfoHeaders
<!-- YAML
-added: REPLACEME
+added: v9.5.0
-->
* Value: {HTTP2 Headers Object[]}
@@ -1010,7 +1010,7 @@ sent for this `Http2Stream`.
#### http2stream.sentTrailers
<!-- YAML
-added: REPLACEME
+added: v9.5.0
-->
* Value: {HTTP2 Headers Object}