Chapter 4: edits
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const http = require("http");
|
||||
const https = require("https");
|
||||
|
||||
// http.get('http://example.com', (res) => res.pipe(process.stdout))
|
||||
// http.get("http://example.com", (res) => res.pipe(process.stdout));
|
||||
|
||||
const payload = `{
|
||||
"name": "Beth",
|
||||
|
||||
Reference in New Issue
Block a user