Подскажите библиотеку для работы по http
Основные критерии: работа с cookies (поддержка сессий без гемора), keepalive и redirect ну и что б не очень монстриальная была.
Обе библиотеки используют urllib2? =>
http://docs.python-requests.org/en/latest/index.html
Requests takes all of the work out of Python HTTP/1.1 — making your integration with web services seamless. There’s no need to manually add query strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling are 100% automatic, powered by urllib3, which is embedded within Requests