Ask HN: What are modern alternatives for cURL?
I am handcrafting increasingly more adhoc HTTP requests that I need to sometimes re-use.
The way I do it now is just by writing cURL that I keep in a notebook. However, I was wondering if there are more advanced CLI based HTTP clients I should consider that make it easier to inspect request/response?
5 comments
[ 2.2 ms ] story [ 20.0 ms ] threadPersonally, I prefer using Postman or ThunderClient. They're bloated but featureful.