monkey-proxy
Version:
fork of tootallnate's proxy, adding hooks for modifying requests
42 lines (29 loc) • 1.01 kB
Markdown
0.2.3 / 2014-04-04
==================
* package: update "mocha", remove from dependencies
0.2.2 / 2014-04-03
==================
* 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
0.2.1 / 2013-09-16
==================
* Close the socket after a CONNECT authorization request
0.2.0 / 2013-09-10
==================
* Fix calling the setup() function without any arguments
* Initial integration of "commander" for the `proxy(1)` program
0.1.0 / 2013-09-09
==================
* 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"
0.0.1 / 2013-09-07
==================
* Initial release