gpt4 book ai didi

c - 如何用libcurl开发http服务器

转载 作者:太空狗 更新时间:2023-10-29 16:53:15 25 4
gpt4 key购买 nike

我正在使用 libcurl。它非常好(作为客户端),我曾经打开一个到服务器的套接字,然后发送我的 http 数据包。

我想知道是否可以使用 libcurl 开发 http 服务器。 http 服务器将在给定端口上监听,然后当它收到 http 数据包时,http 服务器返回需要进行摘要式身份验证。

我在 stackoverflow 和 curl 网站上做了一些研究,但没有结果。

是否可以使用 libcurl 做到这一点?以及如何去做?

最佳答案

重复其他人所说的话:不,libcurl 不适用于服务器。甚至在 curl FAQ 中也有人说:

5.17 Can I write a server with libcurl?

No. libcurl offers no functions or building blocks to build any kind of internet protocol server. libcurl is only a client-side library. For server libraries, you need to continue your search elsewhere but there exist many good open source ones out there for most protocols you could possibly want a server for. And there are really good stand-alone ones that have been tested and proven for many years. There's no need for you to reinvent them!

关于c - 如何用libcurl开发http服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14851795/

25 4 0
文章推荐: angular - 为什么 Angular2(点击)事件没有在
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com