DEV Community

Adler Medrado
Adler Medrado

Posted on

My simple cli tool for http requests

Tired of using a cannon to kill a mosquito, I switched from Postman to bash + curl for HTTP requests in integration tests. However, the scripts became repetitive, messy, and stopped scaling. To address this, I built a small CLI tool in C to perform exactly what I needed.

Blog post: https://adlermedrado.com.br/posts/pinga-cli-tool-for-http-requests/
Repo: https://github.com/spacexnu/pinga

Simple tools with fewer layers and more control.

Top comments (0)