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
de53d5eb
Commit
de53d5eb
authored
Nov 22, 2010
by
indexzero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[doc dist] Version bump. Added CHANGELOG.md
parent
8251296d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
CHANGELOG.md
CHANGELOG.md
+10
-0
README.md
README.md
+1
-1
No files found.
CHANGELOG.md
0 → 100644
View file @
de53d5eb
## ChangeLog for: node-http-proxy
### Version 0.3.1 - 11/22/2010
-
Added node-http-proxy binary script (indexzero)
-
Added experimental WebSocket support (indutny)
-
Added forward proxy functionality (indexzero)
-
Added proxy table for multiple target lookup (indexzero)
-
Simplified tests using helpers.js (indexzero)
-
Fixed uncaughtException bug with invalid proxy target (indutny)
-
Added configurable logging for HttpProxy and ProxyTable (indexzero)
\ No newline at end of file
README.md
View file @
de53d5eb
...
@@ -39,7 +39,7 @@ There are several ways to use node-http-proxy; the library is designed to be fle
...
@@ -39,7 +39,7 @@ There are several ways to use node-http-proxy; the library is designed to be fle
2.
Inside of another HTTP server (like Connect)
2.
Inside of another HTTP server (like Connect)
3.
In conjunction with a Proxy Routing Table
3.
In conjunction with a Proxy Routing Table
4.
As a forward-proxy with a reverse proxy
4.
As a forward-proxy with a reverse proxy
5.
From the command-line as a
proxy daemon
5.
From the command-line as a
long running process
See the
[
demo
](
http://github.com/nodejitsu/node-http-proxy/blob/master/demo.js
)
for further examples.
See the
[
demo
](
http://github.com/nodejitsu/node-http-proxy/blob/master/demo.js
)
for further examples.
...
...
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