Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-07-03 02:36:38 +0300
committerRich Trott <rtrott@gmail.com>2020-07-05 02:46:26 +0300
commit56dbe466fdbc598baea3bfce289bf52b97b8b8f7 (patch)
tree52d48347c74d0f3049c50da3353cc49927141d24 /doc/api/http.md
parent21005c3b4402241166d4a0ae6a9cc1b26cbba480 (diff)
doc: remove parenthetical \r\n comment in http and http2 docs
The explanation that the HTTP requests include `\r\n` is true but not important or relevant in these two specific contexts. PR-URL: https://github.com/nodejs/node/pull/34178 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index 422c5d160bf..4ceebe16c3f 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -2101,8 +2101,7 @@ added: v0.1.90
**Only valid for request obtained from [`http.Server`][].**
Request URL string. This contains only the URL that is present in the actual
-HTTP request. If the request is (remember, each header line ends with `\r\n`
-plus a final `\r\n` after the last one indicating the end of the header):
+HTTP request. Take the following request:
```http
GET /status?name=ryan HTTP/1.1