summaryrefslogtreecommitdiff
path: root/doc/api/http.md
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2021-01-21 21:37:00 -0500
committerRuy Adorno <ruyadorno@hotmail.com>2021-01-25 17:16:55 -0500
commit2c0edbc2fcd3bb1a9286dc398b2abaf5e6ba7637 (patch)
treec6d2bb592d5a15009e51c0b57e13ab07826c72e9 /doc/api/http.md
parente52e860172a21925ff8a63dd20c12b6d26dbef32 (diff)
downloadnode-new-v15.7.0-proposal.tar.gz
2021-01-26, Version 15.7.0 (Current)v15.7.0v15.7.0-proposal
PR-URL: https://github.com/nodejs/node/pull/37020 Notable changes: * buffer: * introduce Blob (James M Snell) [#36811](https://github.com/nodejs/node/pull/36811) * add base64url encoding option (Filip Skokan) [#36952](https://github.com/nodejs/node/pull/36952) * doc: * add @iansu to collaborators (Ian Sutherland) [#36951](https://github.com/nodejs/node/pull/36951) * add @RaisinTen to collaborators (Darshan Sen) [#36998](https://github.com/nodejs/node/pull/36998) * add @miladfarca to collaborators (Milad Fa) [#36934](https://github.com/nodejs/node/pull/36934) * fs: * allow position parameter to be a BigInt in read and readSync (raisinten) [#36190](https://github.com/nodejs/node/pull/36190) * http: * attach request as res.req (Ian Storm Taylor) [#36505](https://github.com/nodejs/node/pull/36505) * expose urlToHttpOptions utility (Yongsheng Zhang) [#35960](https://github.com/nodejs/node/pull/35960)
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 a93fb3d316..2738431273 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1586,7 +1586,7 @@ response.removeHeader('Content-Encoding');
### `response.req`
<!-- YAML
-added: REPLACEME
+added: v15.7.0
-->
* {http.IncomingMessage}