mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 21:21:03 +00:00
Update http.js
This commit is contained in:
parent
13cb1da59d
commit
e575f41a19
|
@ -218,6 +218,8 @@ var HTTPObject = function(engine) {
|
||||||
this.proxy.port = proxy['port'] || this.proxy.port;
|
this.proxy.port = proxy['port'] || this.proxy.port;
|
||||||
this.proxy.credential = proxy['credential'] || this.proxy.credential;
|
this.proxy.credential = proxy['credential'] || this.proxy.credential;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.info("Please check documentation:", availableProxy.documentation);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -228,6 +230,7 @@ var HTTPObject = function(engine) {
|
||||||
|
|
||||||
this.proxy[k] = proxy[k];
|
this.proxy[k] = proxy[k];
|
||||||
}
|
}
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user