diff --git a/lib/http.js b/lib/http.js index 827625a..ed30793 100644 --- a/lib/http.js +++ b/lib/http.js @@ -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;