A plain HTTP proxy written to help understand the mechanics of proxies, in Node.js
 
 
Go to file
Jacob Windle 95e8d830a0 Setting up jest to run 2019-01-24 22:13:48 -05:00
.gitignore Gitignore, added readme, jest for dev 2019-01-24 22:09:42 -05:00
README.md Gitignore, added readme, jest for dev 2019-01-24 22:09:42 -05:00
index.js Setting up jest to run 2019-01-24 22:13:48 -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

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.