Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: clarify http.ClientRequest path description
Clarify `http.ClientRequest` path description.

Fixes: #25864
PR-URL: #26259
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
JungMinu committed Feb 26, 2019
commit 2e125cc2f3979817bc61c8445af56205935634b2
2 changes: 1 addition & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down