1. 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
  2. 02 11月, 2017 1 次提交
  3. 01 11月, 2017 1 次提交
  4. 24 10月, 2017 3 次提交
  5. 22 10月, 2017 2 次提交
  6. 20 10月, 2017 4 次提交
  7. 18 10月, 2017 2 次提交
  8. 15 10月, 2017 1 次提交
  9. 12 10月, 2017 1 次提交
  10. 29 9月, 2017 1 次提交
  11. 28 9月, 2017 4 次提交
  12. 10 9月, 2017 1 次提交
  13. 30 8月, 2017 1 次提交
  14. 22 8月, 2017 1 次提交
  15. 21 8月, 2017 1 次提交
  16. 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
  17. 13 8月, 2017 1 次提交
  18. 12 8月, 2017 6 次提交
  19. 10 7月, 2017 1 次提交
  20. 01 7月, 2017 1 次提交
  21. 28 6月, 2017 1 次提交
  22. 04 6月, 2017 2 次提交
  23. 01 6月, 2017 1 次提交
  24. 31 5月, 2017 1 次提交