Building qurli — A Lightweight Terminal-Native HTTP Client for Developers
As a DevOps engineer, I spend a lot of time working with APIs directly from the terminal.
Most of the time, the workflow looks something like this:
curl -X POST ...
Then:
modify headers
change auth
blog.crypticani.dev5 min read