1. 31 5月, 2019 1 次提交
  2. 29 5月, 2019 3 次提交
  3. 16 5月, 2019 2 次提交
  4. 08 5月, 2019 6 次提交
  5. 05 3月, 2019 1 次提交
  6. 09 2月, 2019 1 次提交
  7. 04 2月, 2019 3 次提交
  8. 18 9月, 2018 1 次提交
  9. 17 9月, 2018 2 次提交
  10. 04 9月, 2018 1 次提交
  11. 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
  12. 23 8月, 2018 1 次提交
  13. 21 8月, 2018 1 次提交
  14. 20 8月, 2018 1 次提交
  15. 11 8月, 2018 1 次提交
  16. 10 8月, 2018 2 次提交
  17. 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
  18. 07 8月, 2018 5 次提交
  19. 06 8月, 2018 5 次提交