A plain HTTP proxy written to help understand the mechanics of proxies, in Node.js
Go to file
2019-01-24 22:20:17 -05:00
.gitignore Gitignore, added readme, jest for dev 2019-01-24 22:09:42 -05:00
index.js Working httpRequest parsers 2019-01-24 22:20:17 -05:00
index.test.js Setting up jest to run 2019-01-24 22:13:48 -05:00
package.json Setting up jest to run 2019-01-24 22:13:48 -05:00
README.md Gitignore, added readme, jest for dev 2019-01-24 22:09:42 -05:00

Node HTTP Proxy

This package is an HTTP proxy, written in Node.js. Spun up on a virtual machine.

Testing

To test, can either spin up the vagrant instance, or utilize the unit tests.