Skip to content

Commit 03b9087

Browse files
committed
[doc minor] Update docs and code docs for v0.5.3 release
1 parent 9e36d2d commit 03b9087

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-http-proxy - v0.5.0
1+
# node-http-proxy - v0.5.3
22

33
<img src="http://i.imgur.com/8fTt9.png" />
44

@@ -49,6 +49,7 @@ In each of these scenarios node-http-proxy can handle any of these types of requ
4949
1. HTTP Requests (http://)
5050
2. HTTPS Requests (https://)
5151
3. WebSocket Requests (ws://)
52+
4. Secure WebSocket Requests (wss://)
5253

5354
See the [examples][3] for more working sample code.
5455

lib/node-http-proxy.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ var util = require('util'),
3232
maxSockets = 100;
3333

3434
//
35-
// ### Version 0.5.0
35+
// ### Version 0.5.3 // 5/17/2011
3636
//
37-
exports.version = [0, 5, 0];
37+
exports.version = [0, 5, 3];
3838

3939
//
4040
// ### function _getAgent (host, port, secure)

0 commit comments

Comments
 (0)