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 0e33680f40
commit ffc0237a17
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -55,6 +55,8 @@ module.exports = {
put: utils.merge(DEFAULT_CONTENT_TYPE)
},
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN'
};