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:
authorZeke Sikelianos <zeke@sikelianos.com>2020-04-23 21:01:52 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2020-05-30 04:43:39 +0300
commitf08174c9fb155a5549dafcd972cf63e4a63bf24e (patch)
tree1aee255422bb10e0e6d1045af37314e9970a9e96 /doc/api/http.md
parent0ff3819481e0d1a810f2a3c8e19ad99f413ce704 (diff)
doc: update ```txt ```fandamental and ```raw code blocks
These are changed to either ```text or ```console. PR-URL: https://github.com/nodejs/node/pull/33028 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/http.md')
-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 357d8b16928..8d858ba8248 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -2063,7 +2063,7 @@ added: v0.1.90
Request URL string. This contains only the URL that is
present in the actual HTTP request. If the request is:
-```txt
+```http
GET /status?name=ryan HTTP/1.1\r\n
Accept: text/plain\r\n
\r\n