rested 0.9.2

Language/Interpreter for easily defining and running requests to an http server.
Documentation
1
2
3
4
#!/usr/bin/env node

const getBinary = require("./getBinary");
getBinary().run();