Hacker News new | ask | show | jobs
by JimmaDaRustla 4803 days ago
Nice to see a multi-language HTTP library, but I won't be stepping away from python-requests.org anytime soon.
2 comments

100% agree on this one. Probably the only thing that immediately appealed to me for this project's python version was the integrated asynchronous requests capability.

With version v0.13.0+ of python-requests, async functionality was split out by the maintainer to https://github.com/kennethreitz/grequests (and it's a light wrapper over requests + gevent).

<3