Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for proxies #66

Merged
merged 1 commit into from
Jun 21, 2011
Merged

Support for proxies #66

merged 1 commit into from
Jun 21, 2011

Conversation

moliware
Copy link

Implements the feature explained in issue #54

Now you can do a GET/POST/.... through a proxy.

E.g:

>>> requests.get('http://docs.python.org/', proxies={'http' : 'localhost:3128'})
< Response [200]>

@kennethreitz
Copy link
Contributor

This is awesome, thanks! I'm going to toy around with it first before I merge. I'll get back shortly.

@kennethreitz kennethreitz merged commit 3e7c682 into psf:develop Jun 21, 2011
@kennethreitz
Copy link
Contributor

🍰

@moliware
Copy link
Author

Thanks! I was using requests ( nice job, it's really useful ) for a couple of weeks and I need this feature on a project at work.

@zhangyuchun zhangyuchun mentioned this pull request May 3, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants