Hacker News new | ask | show | jobs
by pbreit 4003 days ago
I seem to do fine with httplib/2 and generally prefer core libraries. Am I really missing out on much?
1 comments

https://gist.github.com/kennethreitz/973705

I would say not much, but it's much more pythonic.

Interesting but contrived with the authentication part which is rare in my experience (I've never seen it).