TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are modern alternatives for cURL?

4 点作者 punkpeye超过 2 年前
I am handcrafting increasingly more adhoc HTTP requests that I need to sometimes re-use.<p>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&#x2F;response?

4 条评论

IceMetalPunk超过 2 年前
PostMan&#x27;s the standard, in my experience. But if you use VSCode, I recommend Thunder Client instead. It&#x27;s more or less identical to PostMan, but integrated into VSCode as an extension, which is nice if you&#x27;re already spending a lot of time in that IDE anyway.
评论 #32612316 未加载
NaughtyShiba超过 2 年前
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
sp332超过 2 年前
Postman is a pretty good GUI application for making advanced, weird, complicated queries and saving them for later.
approxim8ion超过 2 年前
httpie is what people use on the command line as far as I know.<p>Personally, I prefer using Postman or ThunderClient. They&#x27;re bloated but featureful.