Skip to content

Commit

Permalink
docs: Now that requests is used consistently, add proxy docs, closes #67
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 11, 2024
1 parent 739c658 commit 171f9af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ Troubleshooting
different user which may not have write access to certain directories. If you can, avoid writing
to disk and always use `tempfile <https://docs.python.org/library/tempfile.html>`__ for temporary files.

- If you use a proxy, use the ``HTTP_PROXY``, ``HTTPS_PROXY``, ``NO_PROXY`` and/or ``ALL_PROXY`` environment variables,
as documented by the `requests <https://docs.python-requests.org/en/latest/user/advanced/#proxies>`__ package.

scrapyd-client
--------------

Expand Down

0 comments on commit 171f9af

Please sign in to comment.