We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54ec55 commit 7a10bf4Copy full SHA for 7a10bf4
doc/api/http.md
@@ -3357,7 +3357,7 @@ changes:
3357
3358
Since most requests are GET requests without bodies, Node.js provides this
3359
convenience method. The only difference between this method and
3360
-[`http.request()`][] is that it sets the method to GET and calls `req.end()`
+[`http.request()`][] is that it sets the method to GET by default and calls `req.end()`
3361
automatically. The callback must take care to consume the response
3362
data for reasons stated in [`http.ClientRequest`][] section.
3363
0 commit comments