I've been using httparty, since forever.
Am I right to assume the primary difference with this library is concurrent connections?
Am I right to assume the primary difference with this library is concurrent connections?
httpx is more than concurrent connections. It's actually about concurrent requests done right, advanced http features (it can do connection coalescing, alt-svc), and it comes with a baked-in plugin system which makes it easy to extend.
Go through the wiki and give it a try when you can.