用于 C 的 HTTP POST/GET 的良好轻量级库?

发布于 2024-08-20 19:58:19 字数 1536 浏览 3 评论 0原文

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

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

发布评论

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

评论(4

悲欢浪云 2024-08-27 19:58:19

LibCurl 是使用最广泛、最可移植的库之一。

LibCurl is one of the most widely used and most portable.

秋千易 2024-08-27 19:58:19

libghttp 非常轻量级。

我不确定它是否能在 win32 上干净地编译。

libghttp is pretty lightweight.

Im unsure if it will compile cleanly on win32 though.

浅暮の光 2024-08-27 19:58:19

Windows 附带 WinHttp,它确实支持获取和发布。

Windows comes with WinHttp, which does support GET and POST.

心意如水 2024-08-27 19:58:19

这是一个旧线程,但以防万一这对其他人有帮助:

使用 libCurl http://curl。 haxx.se/libcurl/c/simplepost.html

这是我发现的快速 http post 或 get 的最简单方法

This is an old thread but in case this helps anyone else:

Use libCurl http://curl.haxx.se/libcurl/c/simplepost.html

This is the easiest way I've found of doing a quick http post or get

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