Skip to content

Commit 7a10bf4

Browse files
authored
fix http.md
1 parent d54ec55 commit 7a10bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3357,7 +3357,7 @@ changes:
33573357

33583358
Since most requests are GET requests without bodies, Node.js provides this
33593359
convenience method. The only difference between this method and
3360-
[`http.request()`][] is that it sets the method to GET and calls `req.end()`
3360+
[`http.request()`][] is that it sets the method to GET by default and calls `req.end()`
33613361
automatically. The callback must take care to consume the response
33623362
data for reasons stated in [`http.ClientRequest`][] section.
33633363

0 commit comments

Comments
 (0)