mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 17:34:58 +00:00
Update http.js
This commit is contained in:
parent
e7ebb7fac1
commit
0d1d1d37f7
|
@ -95,6 +95,11 @@ var HTTPObject = function(engine) {
|
||||||
}
|
}
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
this.setProxy = function(proxy) {
|
||||||
|
this.proxy = proxy;
|
||||||
|
return this;
|
||||||
|
};
|
||||||
|
|
||||||
this.setMethod = function(method) {
|
this.setMethod = function(method) {
|
||||||
this.method = method;
|
this.method = method;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user