2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Merge branch 'master' of github.com:mzabriskie/axios

This commit is contained in:
mzabriskie
2015-09-28 18:34:10 -06:00
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ var axios = module.exports = function (config) {
config = utils.merge({
method: 'get',
headers: {},
timeout: defaults.timeout,
transformRequest: defaults.transformRequest,
transformResponse: defaults.transformResponse
}, config);