spyoungtech / grequests

Requests + Gevent = <3
https://pypi.python.org/pypi/grequests
BSD 2-Clause "Simplified" License
4.46k stars 331 forks source link

Added exception handling, requesocks monkey patch option. #52

Closed realgam3 closed 8 years ago

realgam3 commented 10 years ago

After i saw i'm getting many exceptions on my screen i thought how can i make it better, so i made exception handler that return (exception, _args, *_kwargs) instead of response and also send it to response callback if needed. use_requesocks - will monkey patch grequests to use requesocks - requests with socks proxy option.