mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
removed extra self, updated colors requirement, bumped to version 0.1.3
This commit is contained in:
parent
c8dd8c4e28
commit
9bc5b6f862
@ -29,9 +29,7 @@ var sys = require('sys'),
|
||||
events = require('events');
|
||||
|
||||
exports.httpProxy = function () {
|
||||
var self = this;
|
||||
this.emitter = new(events.EventEmitter);
|
||||
|
||||
// If we were passed more than two arguments,
|
||||
// assume the first two are request and response.
|
||||
if(arguments.length >= 2) {
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "http-proxy",
|
||||
"description": "A full-featured http reverse proxy for node.js",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
||||
"contributors": [
|
||||
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" }
|
||||
],
|
||||
"keywords": ["reverse", "proxy", "http"],
|
||||
"dependencies": {
|
||||
"colors": ">= 0.0.1"
|
||||
"colors": ">= 0.0.3"
|
||||
},
|
||||
"main": "./lib/node-http-proxy",
|
||||
"scripts": { "test": "vows" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user