Creates http requests using the node built-in http module.
npm install xmlhttp-reqhttp` module.
It's a polyfill for XmlHttpRequest in node, but it also contains some additional features like
`js
var a = new XMLHttpRequest();
x.onreadystatechange = () => {
if(x.status == 200)
console.log(x.responseText);
}
a.postAPI({"Hello":"World"}) // sends an request to /api
``