适用于 Windows 的图形 HTTP 客户端

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2835039/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 07:18:55  来源:igfitidea点击:

Graphical HTTP client for windows

windowshttprestclient

提问by user169877

I am looking for a Windows graphical utility for performing HTTP operations.

我正在寻找用于执行 HTTP 操作的 Windows 图形实用程序。

For example, I want to be able to say things like:

例如,我希望能够说这样的话:

POST to http://example.org/test/serviceWith a POST body: "Data goes here"

POST 到http://example.org/test/service带有 POST 正文:“数据在这里”

Does anyone know a good piece of software for doing this?

有没有人知道这样做的好软件?

回答by Stephen Swensen

I too have been frustrated by the lack of good graphical http clients available for Windows. So over the past couple years I've been developing one myself: I'm Only Resting, "a feature-rich WinForms-based HTTP client." It's open source (Apache License, Version 2.0) with freely available downloads.

我也因缺乏适用于 Windows 的良好图形 http 客户端而感到沮丧。所以在过去的几年里,我一直在自己开发一个:I'm Only Resting,“一个功能丰富的基于 WinForms 的 HTTP 客户端”。它是开源的(Apache 许可证,2.0 版),可以免费下载。

It currently has fairly complete coverage of HTTP features except for file uploads, and it provides a very good user interface with great request and response management.

除了文件上传之外,它目前已经相当完整地覆盖了 HTTP 功能,并且它提供了一个非常好的用户界面,具有出色的请求和响应管理。

Here's a screenshot:

这是一个屏幕截图:

enter image description here
(source: swensensoftware.com)

在此处输入图片说明
(来源:swensensoftware.com

回答by nategood

Update: For people that still come across this, Postman is your best bet now: https://www.getpostman.com/apps

更新:对于仍然遇到此问题的人,Postman 现在是您最好的选择:https: //www.getpostman.com/apps



RestClient is my favorite. It's Java based. I think it should meet your needs quite nicely. I particularly like the Auth suppport.

RestClient 是我的最爱。它基于Java。我认为它应该很好地满足您的需求。我特别喜欢 Auth 支持。

https://github.com/wiztools/rest-client

https://github.com/wiztools/rest-client

Screen Shot

截屏

回答by Moo

Have you looked at Fiddler 2 from Microsoft?

你看过微软的 Fiddler 2 吗?

http://www.fiddler2.com/fiddler2/

http://www.fiddler2.com/fiddler2/

Allows you to generate most types of request for testing, including POST. It also supports capturing HTTP requests made by other applications and reusing those for testing.

允许您生成大多数类型的测试请求,包括 POST。它还支持捕获其他应用程序发出的 HTTP 请求并重用这些请求进行测试。

回答by Alexey Sidelnikov

You could try Jsonium tool http://jsonium.org- nice free tool specialized on requests with JSON in bodies and responses

您可以尝试 Jsonium 工具http://jsonium.org- 不错的免费工具,专门用于在正文和响应中使用 JSON 的请求

回答by Jai Mallesh Babu

You can use Microsoft's WFetch toolalso. This is a good tool for all HTTP operations.

您也可以使用 Microsoft 的WFetch 工具。这是所有 HTTP 操作的好工具。

回答by Daniel DiPaolo

Honestly, for simplistic stuff like that I typically whip up a quick HTML form in a local file and load that up in a browser.

老实说,对于像这样简单的东西,我通常会在本地文件中创建一个快速的 HTML 表单并将其加载到浏览器中。

回答by Surya Suravarapu

I like rest-clienta lot for the purposes you described. It's a Java application to test REST-based web services.

为了您描述的目的,我非常喜欢rest-client。它是一个用于测试基于 REST 的 Web 服务的 Java 应用程序。

回答by Carlos Gavidia-Calderon

If anybody is still interest Eclipse Labs Rest Client toolis an excellent choice. I'm trying it in Windows in an EXE version and works smoothly.

如果有人仍然感兴趣,Eclipse Labs Rest Client 工具是一个很好的选择。我正在 Windows 的 EXE 版本中尝试它并且运行顺利。

I've worked also with Rest Clientpreviously and its great too.

我之前也曾与Rest Client 合作过,它也很棒。

回答by sam

https://play.google.com/store/apps/details?id=com.snmba.restclient

https://play.google.com/store/apps/details?id=com.snmba.restclient

works from Android Tablets & Phones. Flexible enough to try various combinations.

适用于 Android 平板电脑和手机。足够灵活,可以尝试各种组合。