doc: clarify http.ClientRequest path description

Clarify `http.ClientRequest` path description.

Fixes: https://github.com/nodejs/node/issues/25864
PR-URL: https://github.com/nodejs/node/pull/26259
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Minwoo Jung 2019-02-22 19:27:41 +09:00
parent bba27a11c5
commit 2e125cc2f3

View File

@ -638,7 +638,7 @@ Limits maximum response headers count. If set to 0, no limit will be applied.
added: v0.4.0
-->
* {string} The request path. Read-only.
* {string} The request path.
### request.removeHeader(name)
<!-- YAML