#httpclient 纯C语言写的轻量高效的 httpclient, #功能 支持GET POST语义 内置支持https 支持多平台(window linux) https库使用krypton(https://github.com/cesanta/krypton) http解析部分使用http_parser(https://github.com/nodejs/http-parser) 使用非常简单,把上面文件复制到项目中就可以使用。