WordPress / Requests

Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
https://requests.ryanmccue.info/
Other
3.57k stars 497 forks source link

Add testing proxy temporary files to .gitignore #874

Closed schlessera closed 4 months ago

schlessera commented 4 months ago

The testing proxy we use for testing actual HTTPS remote requests (via Python's mtmproxy) creates temporary files under the tests/utils/proxy folder:

This PR adds these to the .gitignore files so they don't get accidentally committed to GitHub.