Hacker News new | ask | show | jobs
by aitchnyu 20 days ago
I used to write Python scripts with Requests or run from terminal. It has a nicer syntax, all LLMs know it, and we all used Python in the backend.

https://docs.python-requests.org/en/latest/index.html

1 comments

If you already have Python installed, I'm still a big fan of the httpie CLI [1]. It's a CLI wrapper for Requests that provides a very friendly CLI DSL.

[1] https://httpie.io/cli

Unfortunately it appears unmaintained, and still doesn't support HTTP/2, which is a non-starter for me.