Advise useful python library for work with http with cookies and different methods (GET, POST, etc) like requests.
The main criterions is useful and simplicity. Would very much like to work with library asynchronously by gevent or eventlet.
UPD: I dont want to use requests because it is not work asynchronously: how enable requests async mode?
UPD2: In requests refused urllib2 to urllib3. I think to use urllib2 is bad way. This is not to mention the fact that it is useful.