Hacker News new | ask | show | jobs
by mikepurvis 331 days ago
I really like httpx’s handling of clients/sessions; it’s super easy to throw one in a context manager and then get multiple hits to the same server all reusing one http2 connection.