summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinwoo Jung <minwoo@nodesource.com>2019-02-22 19:27:41 +0900
committerMinwoo Jung <minwoo@nodesource.com>2019-02-26 11:04:03 +0900
commit2e125cc2f3979817bc61c8445af56205935634b2 (patch)
tree8ee5b74cdceab74d5fa1026c0a6ce47c11a2119f
parentbba27a11c5216bbecf275cef59310cd5c058b74b (diff)
downloadandroid-node-v8-2e125cc2f3979817bc61c8445af56205935634b2.tar.gz
android-node-v8-2e125cc2f3979817bc61c8445af56205935634b2.tar.bz2
android-node-v8-2e125cc2f3979817bc61c8445af56205935634b2.zip
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>
-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 bd183d329a..9e6b6e4264 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -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