Hacker News new | ask | show | jobs
by js2 339 days ago
I've noticed that Claude Code prefers httpx because it's typed.
2 comments

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.
Weird! I have the opposite: I want it to prefer httpx but it always gives me Requests when I forget to specify it.

LLMs are funny.