Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
node-http-proxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
node-http-proxy
Commits
03b90874
Commit
03b90874
authored
May 17, 2011
by
indexzero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[doc minor] Update docs and code docs for v0.5.3 release
parent
9e36d2d2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+2
-1
lib/node-http-proxy.js
lib/node-http-proxy.js
+2
-2
No files found.
README.md
View file @
03b90874
# node-http-proxy - v0.5.
0
# node-http-proxy - v0.5.
3
<img
src=
"http://i.imgur.com/8fTt9.png"
/>
...
...
@@ -49,6 +49,7 @@ In each of these scenarios node-http-proxy can handle any of these types of requ
1.
HTTP Requests (http://)
2.
HTTPS Requests (https://)
3.
WebSocket Requests (ws://)
4.
Secure WebSocket Requests (wss://)
See the
[
examples
][
3
]
for more working sample code.
...
...
lib/node-http-proxy.js
View file @
03b90874
...
...
@@ -32,9 +32,9 @@ var util = require('util'),
maxSockets
=
100
;
//
// ### Version 0.5.
0
// ### Version 0.5.
3 // 5/17/2011
//
exports
.
version
=
[
0
,
5
,
0
];
exports
.
version
=
[
0
,
5
,
3
];
//
// ### function _getAgent (host, port, secure)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment