We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e16a2 commit 928c076Copy full SHA for 928c076
libs/cpp.wiki
@@ -1210,7 +1210,15 @@ Home:[http://www.curlpp.org/]
1210
1211
Docs:[http://pocoproject.org/docs/Poco.Net.html]
1212
1213
-POCO 前面已经介绍过。它提供了几种常见应用层协议(HTTP、SMTP、POP3、FTP、NTP)的封装类。
+POCO 前面已经介绍过。它提供了几种常见应用层协议(HTTP、SMTP、POP3、FTP、NTP ...)的封装类。
1214
+
1215
+<h4>c-ares</h4>
1216
1217
+Home:[http://c-ares.haxx.se/]
1218
1219
+这是一个 C 语言开发的 DNS 封装库,支持异步 DNS 请求,跨多种操作系统。
1220
1221
+对比官网域名可知,它跟 cURL 是一家子。除了 cURL/libcurl 用到它,还有一些知名开源项目(比如:Wireshark、node.js ...)用到它。
1222
1223
== 7.2 自定义协议 ==
1224
0 commit comments