A quick NodeJS program I made to spit out the headers on an HTTP request, used for debugging.
Starts a server on port 3000 with responds to every request with the headers present in that request.
Useful for debugging HTTP requests you are sending to remote servers to ensure you are formatting them correctly.
First install packages:
npm install
Then run:
npm start