1. 12 11月, 2017 2 次提交
  2. 08 11月, 2017 1 次提交
    • E
      security: upgrade follow-redirects · 1e58b69d
      Eduardo San Martin Morote 提交于
      This would prevent tools like nsp to complain about a security issue from axios. It's something that got fixed in the package debug, and in order to benefit from that fix, it's necessary to upgrade to at least follow-redirects@1.2.5
      1e58b69d
  3. 03 11月, 2017 1 次提交
    • P
      Updating typings · 1005e3bf
      Paul Sachs 提交于
      The first argument in `axios.interceptors.response.use` is optional, in the case that you just want to intercept an error.
      
      Ex:
      
      ```ts
      axios.interceptors.response.use(undefined, error => {
      ...
      });
      ```
      1005e3bf
  4. 02 11月, 2017 1 次提交
  5. 01 11月, 2017 1 次提交
  6. 24 10月, 2017 3 次提交
  7. 22 10月, 2017 2 次提交
  8. 20 10月, 2017 4 次提交
  9. 18 10月, 2017 2 次提交
  10. 15 10月, 2017 1 次提交
  11. 12 10月, 2017 1 次提交
  12. 29 9月, 2017 1 次提交
  13. 28 9月, 2017 4 次提交
  14. 10 9月, 2017 1 次提交
  15. 30 8月, 2017 1 次提交
  16. 22 8月, 2017 1 次提交
  17. 21 8月, 2017 1 次提交
  18. 14 8月, 2017 1 次提交
    • J
      Adding a way to disable all proxy processing (#691) · 07a7b7c8
      Julien Roncaglia 提交于
      * Adding a way to disable all proxy processing
      
      When the proxy field in configuration is === false all proxy processing is
      disabled. This specifically disable the 'http_proxy' environment variable
      handling.
      
      Fixes #635
      Related to #434
      
      * Change readme wording
      
      From review comment on PR (#691)
      07a7b7c8
  19. 13 8月, 2017 1 次提交
  20. 12 8月, 2017 6 次提交
  21. 10 7月, 2017 1 次提交
  22. 01 7月, 2017 1 次提交
  23. 28 6月, 2017 1 次提交
  24. 04 6月, 2017 1 次提交