File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## ChangeLog for: node-http-proxy
2
+
3
+ ### Version 0.3.1 - 11/22/2010
4
+ - Added node-http-proxy binary script (indexzero)
5
+ - Added experimental WebSocket support (indutny)
6
+ - Added forward proxy functionality (indexzero)
7
+ - Added proxy table for multiple target lookup (indexzero)
8
+ - Simplified tests using helpers.js (indexzero)
9
+ - Fixed uncaughtException bug with invalid proxy target (indutny)
10
+ - Added configurable logging for HttpProxy and ProxyTable (indexzero)
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ There are several ways to use node-http-proxy; the library is designed to be fle
39
39
2 . Inside of another HTTP server (like Connect)
40
40
3 . In conjunction with a Proxy Routing Table
41
41
4 . As a forward-proxy with a reverse proxy
42
- 5 . From the command-line as a proxy daemon
42
+ 5 . From the command-line as a long running process
43
43
44
44
See the [ demo] ( http://github.com/nodejitsu/node-http-proxy/blob/master/demo.js ) for further examples.
45
45
You can’t perform that action at this time.
0 commit comments