spyoungtech / grequests

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

Update for requests 1.0 #30

Closed sigmavirus24 closed 11 years ago

sigmavirus24 commented 11 years ago

Remove some out-dated names/configuration.

reclosedev commented 11 years ago

Unfortunately, this will not work, because methods from api (get, post, etc) call Session.request which sends request immediately.