This question is similar to the below question, but for Node.js e.g. version 8.11.1
How to make an HTTP get request in C without libcurl?
Are there any tricks using JS without the use of require('http')
to make a simple GET
request with headers and read response ?