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?
PostMan's the standard, in my experience. But if you use VSCode, I recommend Thunder Client instead. It's more or less identical to PostMan, but integrated into VSCode as an extension, which is nice if you're already spending a lot of time in that IDE anyway.
Heard newman mentioned couple times in previous job few months back. Didn’t use it, description looks fair enough, but requires postman to some extent
Postman is a pretty good GUI application for making advanced, weird, complicated queries and saving them for later.
httpie is what people use on the command line as far as I know.
Personally, I prefer using Postman or ThunderClient. They're bloated but featureful.