Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 libebb (http://tinyclouds.org/libebb/) 和 libev 编写一个 Web 服务器。我正在寻找一个使用 libev 事件循环的异步 httpclient。
我希望它支持 Http 1.1(流水线、keep-alives 等)。
我希望这不是一个愚蠢的问题。
这是我使用 libev 和 C++ 制作的 HTTP 客户端:
https://github.com/jspotter/evhttpclient
随意拉/贡献。