1. 07 4月, 2018 2 次提交
  2. 04 4月, 2018 3 次提交
  3. 24 3月, 2018 1 次提交
  4. 09 3月, 2018 1 次提交
  5. 02 3月, 2018 1 次提交
  6. 15 2月, 2018 1 次提交
  7. 07 2月, 2018 1 次提交
  8. 12 1月, 2018 1 次提交
  9. 11 1月, 2018 2 次提交
  10. 23 11月, 2017 1 次提交
    • Update buildURL.js · a1e895d6
      刘涛 提交于
      Two if statements is unnecessary, we can replace with "if ... else ..."
      a1e895d6
  11. 12 11月, 2017 1 次提交
  12. 03 11月, 2017 1 次提交
  13. 01 11月, 2017 1 次提交
  14. 11 10月, 2017 1 次提交
  15. 29 9月, 2017 1 次提交
  16. 10 9月, 2017 1 次提交
  17. 04 9月, 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. 12 8月, 2017 2 次提交
    • T
      Duplicate header handling (#874) · fb08e956
      Tyler Brown 提交于
      * Update parseHeaders to match node http behavior
      
      Node ignores duplicate entries for certain HTTP headers.
      
      It also always converts the `set-cookie` header into an array.
      
      * add tests for new duplicate header handling
      
      * clarify comment
      fb08e956
    • H
      Fixing baseURL not working in interceptors (#950) · 2b856269
      Haven 提交于
      * Fixing baseURL not working in interceptors
      
      * add test for  modify base URL in request interceptor
      2b856269
  20. 10 7月, 2017 1 次提交
  21. 28 6月, 2017 1 次提交
  22. 31 5月, 2017 1 次提交
  23. 29 5月, 2017 1 次提交
  24. 05 5月, 2017 2 次提交
    • F
      use Buffer global in http.js · c8494677
      Felix Gnass 提交于
      Since the http adapter is never used in the browser it's safe to use
      the Buffer global and its isBuffer() method directly.
      c8494677
    • F
      Use is-buffer instead of Buffer.isBuffer · c82753ce
      Felix Gnass 提交于
      The is-buffer module checks if an object is a Buffer without causing
      Webpack or Browserify to include the whole Buffer module in the bundle.
      c82753ce
  25. 09 4月, 2017 1 次提交
  26. 08 4月, 2017 2 次提交
  27. 02 3月, 2017 2 次提交
  28. 25 2月, 2017 1 次提交
  29. 06 2月, 2017 1 次提交
  30. 30 1月, 2017 1 次提交
  31. 16 1月, 2017 1 次提交
  32. 08 12月, 2016 1 次提交
    • L
      Fixing combineURLs to support an empty relativeURL (#581) · fe7d09bb
      Lochlan Bunn 提交于
      * Fixing combineURLs to support an empty relativeURL
      
      When combining the base and relative URLs, we should forego force
      appending a slash to the base when the relative URL is empty.
      This leads to a semantic url.
      
      * Fixing combineURLs, allowing single slash relatives
      fe7d09bb