doc: add documentation for request.path

The field has been added in v0.4.0.

PR-URL: https://github.com/nodejs/node/pull/25788
Refs: b09c5889be (diff-1c0f1c434b17b7f8795d44a51a14320aR814)
Refs: 380929ec0c/test/parallel/test-http-client-defaults.js
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Kei Ito 2019-01-29 19:40:45 +09:00 committed by Vse Mozhet Byt
parent e3c4b670a4
commit 32c7ad6c67

View File

@ -633,6 +633,13 @@ const cookie = request.getHeader('Cookie');
Limits maximum response headers count. If set to 0, no limit will be applied.
### request.path
<!-- YAML
added: v0.4.0
-->
* {string} The request path. Read-only.
### request.removeHeader(name)
<!-- YAML
added: v1.6.0