A very early, buggy, unpolished version of a http client for auditing
API endpoints
Allows one to make http requests.
git clone https://github.com/njenga5/http-requests-client.git http-client
cd http-client
npm install
npm start
- Does not include all http methods only major ones
- Does not have functionality for other body types except JSON
- Add support for more http methods
- Add ability to cancel requests