tag:blogger.com,1999:blog-8404509726009905633.post5611762461217877418..comments2026-02-27T08:19:36.362+02:00Comments on Mind Reference: Python HTTP Client APIAndriy Kornatskyyhttp://www.blogger.com/profile/04890869628175359888noreply@blogger.comBlogger10125tag:blogger.com,1999:blog-8404509726009905633.post-38242606614755138222014-02-28T10:57:40.688+02:002014-02-28T10:57:40.688+02:00Supported by python 2.6+ (in seconds): c = HTTPCli...Supported by python 2.6+ (in seconds):<br />c = HTTPClient(...)<br />c.connection.timeout = 10Andriy Kornatskyyhttps://www.blogger.com/profile/04890869628175359888noreply@blogger.comtag:blogger.com,1999:blog-8404509726009905633.post-15814662202266927062014-02-28T08:52:29.545+02:002014-02-28T08:52:29.545+02:00How about timeout?How about timeout?Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-8404509726009905633.post-70858997887146986722013-10-15T15:44:32.595+03:002013-10-15T15:44:32.595+03:0016102 lines of python code in requests vs 3835 in ...16102 lines of python code in requests vs 3835 in urllib3 vs 255.Andriy Kornatskyyhttps://www.blogger.com/profile/04890869628175359888noreply@blogger.comtag:blogger.com,1999:blog-8404509726009905633.post-46602136251917295032013-10-15T13:37:15.177+03:002013-10-15T13:37:15.177+03:00So what was so complicated about Requests and urll...So what was so complicated about Requests and urllib3 that you had to write your own http client library?Alex Grönholmhttps://www.blogger.com/profile/03624571541745668603noreply@blogger.comtag:blogger.com,1999:blog-8404509726009905633.post-73781390576846381352013-10-14T14:37:28.785+03:002013-10-14T14:37:28.785+03:00Just wanted to enumerate the features you are refe...Just wanted to enumerate the features you are referencing to: gzip decoding, file posting, ssl verification, connection reuse... am I missing something? - KšyštofAnonymousnoreply@blogger.comtag:blogger.com,1999:blog-8404509726009905633.post-32974412432390070402013-10-14T13:51:54.741+03:002013-10-14T13:51:54.741+03:00HTTP in the real world is NOT simple. urllib2 fail...HTTP in the real world is NOT simple. urllib2 failed not because it wasn&#39;t simple to use (btw, I don&#39;t agree with people who say it has bad API) but because it lacks many features needed in day-to-day work which requests/urllib3 provide out of the box. “Everything should be made as simple as possible, but no simpler.” - Albert EinsteinPiotr Dobrogosthttps://www.blogger.com/profile/09529158749729184143noreply@blogger.comtag:blogger.com,1999:blog-8404509726009905633.post-61933408608193413432013-10-14T08:21:46.088+03:002013-10-14T08:21:46.088+03:00Keep things simple.Keep things simple.Andriy Kornatskyyhttps://www.blogger.com/profile/04890869628175359888noreply@blogger.comtag:blogger.com,1999:blog-8404509726009905633.post-68307158588652257572013-10-14T00:11:15.116+03:002013-10-14T00:11:15.116+03:00Is this better than https://pypi.python.org/pypi/r...Is this better than https://pypi.python.org/pypi/requestsAlex Grönholmhttps://www.blogger.com/profile/03624571541745668603noreply@blogger.comtag:blogger.com,1999:blog-8404509726009905633.post-27983785875769603952013-10-13T20:57:18.455+03:002013-10-13T20:57:18.455+03:00Well, I hope get this improved over time.Well, I hope get this improved over time.Andriy Kornatskyyhttps://www.blogger.com/profile/04890869628175359888noreply@blogger.comtag:blogger.com,1999:blog-8404509726009905633.post-81659636856447394062013-10-13T16:12:37.809+03:002013-10-13T16:12:37.809+03:00Your project seems very interesting, looking to us...Your project seems very interesting, looking to use it in future.<br /><br />Suggestion: describe better what it does, purposes, etc.<br /><br />Does you agree that &quot;wheezy.core is a python package written in pure Python code. It provides core features. It is optimized for performance, well tested and documented.&quot; is very uninformative?<br /><br />Thanks<br /><br /><br />Anonymousnoreply@blogger.com