2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

Adding support for timeout config

closes #56
This commit is contained in:
mzabriskie
2015-06-18 21:56:22 -06:00
parent a7caa97caa
commit 1695f5cffe
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -47,6 +47,8 @@ module.exports = {
put: utils.merge(DEFAULT_CONTENT_TYPE)
},
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN'
};