如何在Qt上发送/接收http数据?

发布于 2024-12-09 09:32:29 字数 135 浏览 0 评论 0原文

我正在尝试做一些事情,比如一个简单的curl 函数,它可以发送Get/Post 请求并在标签中设置响应文本。

我读过有关 QNAM 的内容,但这很复杂。

有没有简单的方法可以做到这一点(没有所有信号和槽)?

I'm trying to do some thing like a simple curl function that can do like sending a Get/Post request and set the response text in a label.

I have read about QNAM, but that's complicated.

Is there any simple way to do that(without all the signal and slot) ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

顾忌 2024-12-16 09:32:29

我想您会想阅读 QHttp 类

它没有需要太多的信号和槽工作,但是如果您不想使用它们,您可能需要考虑 Qt 的替代品,因为它非常依赖它们。

I imagine you'll want to read up on the QHttp class

It doesn't require too much work with signals and slots, however if you don't want to use them you may want to consider an alternative to Qt as it relies on them quite heavily.

戏蝶舞 2024-12-16 09:32:29

此外,它可能对 QtCUrl 绑定很有用。对于熟悉curl的人来说非常简单。

Also, it could be useful QtCUrl binding. It is very simple for those who is familiar with curl.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文