mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04: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;
|
||||
};
|
||||
|
||||
this.setProxy = function(proxy) {
|
||||
this.proxy = proxy;
|
||||
return this;
|
||||
};
|
||||
|
||||
this.setMethod = function(method) {
|
||||
this.method = method;
|
||||
|
|
Loading…
Reference in New Issue
Block a user