We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ac77f commit 3842862Copy full SHA for 3842862
1 file changed
src/plugins/request.js
@@ -34,6 +34,8 @@ module.exports = function(Api) {
34
}
35
36
params = params || {};
37
+ util._extend(params, this.httpParams);
38
+
39
var options = {},
40
alwaysUseGet = this.httpOptions.alwaysUseGet;
41
0 commit comments