Bu yazımızda bir adrese http request gönderen kodu paylaşacağız. const http = require(“http”); http.get(“http://www.google.com”, res => { let data = “”; res.on(“data”, chunk => data…
Bu yazımızda bir adrese http request gönderen kodu paylaşacağız. const http = require(“http”); http.get(“http://www.google.com”, res => { let data = “”; res.on(“data”, chunk => data…