1. 05 9月, 2019 2 次提交
  2. 31 5月, 2019 3 次提交
  3. 29 5月, 2019 3 次提交
  4. 16 5月, 2019 2 次提交
  5. 08 5月, 2019 6 次提交
  6. 05 3月, 2019 1 次提交
  7. 09 2月, 2019 1 次提交
  8. 04 2月, 2019 3 次提交
  9. 18 9月, 2018 1 次提交
  10. 17 9月, 2018 2 次提交
  11. 04 9月, 2018 1 次提交
  12. 27 8月, 2018 1 次提交
    • R
      Preserve HTTP method when following redirect (#1758) · 21ae22db
      Rikki Gibson 提交于
      Resolves #1158
      
      This modifies http.js to uppercase the HTTP method, similar to xhr.js, before passing the request off to the transport. This causes follow-redirects to preserve the HTTP method when automatically making a request to the next URL.
      21ae22db
  13. 23 8月, 2018 1 次提交
  14. 21 8月, 2018 1 次提交
  15. 20 8月, 2018 1 次提交
  16. 11 8月, 2018 1 次提交
  17. 10 8月, 2018 2 次提交
  18. 08 8月, 2018 2 次提交
    • A
      Add getUri method (#1712) · 4f98acc5
      Anthony Gauthier 提交于
      * Added getUri method
      
      * Removed usage of "url"
      
      * added method to README
      4f98acc5
    • C
      Adding support for no_proxy env variable (#1693) · 38de2525
      Chance Dickson 提交于
      * Adding support for no_proxy env variable
      
      * Adds support for the no_proxy environment variable commonly available
        with programs supporting the http_proxy/https_proxy environment
        variables.
      * Adds tests to test the no_proxy environment variable.
      
      * Adding documentation for the proxy env variables
      
      * Adds documentation to README.md for the supported, conventional
        http_proxy, https_proxy, and no_proxy environment variables.
      38de2525
  19. 07 8月, 2018 5 次提交
  20. 06 8月, 2018 1 次提交