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
eaeed830
Commit
eaeed830
authored
Jul 24, 2010
by
indexzero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[minor] Removed eyes dependency
parent
095e86aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
lib/node-proxy.js
lib/node-proxy.js
+0
-7
test/node-proxy-test.js
test/node-proxy-test.js
+0
-1
No files found.
lib/node-proxy.js
View file @
eaeed830
...
...
@@ -10,13 +10,6 @@ var sys = require('sys'),
http
=
require
(
'
http
'
),
events
=
require
(
'
events
'
);
//
// Creates a new instance of NodeProxy
//
//exports.create = function (req, res) {
// return new exports.nodeProxy(req, res);
//};
//
// The NodeProxy factory
//
...
...
test/node-proxy-test.js
View file @
eaeed830
...
...
@@ -8,7 +8,6 @@
var
vows
=
require
(
'
vows
'
),
sys
=
require
(
'
sys
'
),
eyes
=
require
(
'
eyes
'
),
assert
=
require
(
'
assert
'
),
http
=
require
(
'
http
'
);
...
...
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