mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 20:21:03 +00:00
Update http.js
This commit is contained in:
parent
01d9115505
commit
180f037d9f
|
@ -646,6 +646,10 @@ var HTTPObject = function(engine) {
|
|||
this.credential = cred;
|
||||
return this;
|
||||
};
|
||||
|
||||
this.setIsFollowRedirect = function(flag) {
|
||||
this.isFollowRedirect = flag;
|
||||
};
|
||||
|
||||
this.setSaveTo = function(filename) {
|
||||
this.saveTo = filename;
|
||||
|
|
Loading…
Reference in New Issue
Block a user