request()
↔ http
Static Method to make a HTTP Request
options = {
hostname: string,
port: number,
path: string,
method: string
} | URL | string
var req = http.request(options, res =>{})