- package: update "mocha", remove from dependencies
- History: match
git changelog
styling - package: update outdated deps
- proxy: remove double semicolon
- proxy: refactor to make the named functions be top-level
- proxy: add a few debug() calls
- Close the socket after a CONNECT authorization request
- Fix calling the setup() function without any arguments
- Initial integration of "commander" for the
proxy(1)
program
- Added "Via" header
- Added "X-Forwared-For" header
- Strip hop-by-hop headers from requests and responses
- Better tests (no longer reach the internet)
- Add
.travis.yml
file - Proxy headers as original casing with node >= v0.11.6 (
rawHeaders
) - bin: set the
process.title
to "proxy"
- Initial release