I built a small CLI tool called pcurl.
I use curl daily, but its output is hard to read:
headers + body mixed, no structure.
So I built something simple in rust 🦀:
readable output ✨, no new syntax, works in the terminal 💻
It also supports WebSockets 🔌


