1. 30 8月, 2017 1 次提交
  2. 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
  3. 13 8月, 2017 1 次提交
  4. 12 8月, 2017 6 次提交
  5. 10 7月, 2017 1 次提交
  6. 04 6月, 2017 2 次提交
  7. 01 6月, 2017 1 次提交
  8. 31 5月, 2017 2 次提交
  9. 29 5月, 2017 1 次提交
  10. 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
  11. 16 4月, 2017 1 次提交
  12. 09 4月, 2017 8 次提交
  13. 08 4月, 2017 12 次提交
  14. 05 4月, 2017 1 次提交