# httpclient **Repository Path**: yllfly/httpclient ## Basic Information - **Project Name**: httpclient - **Description**: 纯C语言写的http client,支持 https,支持GET POST, 不依赖其他库 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 123 - **Created**: 2022-11-24 - **Last Updated**: 2022-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #httpclient 纯C语言写的轻量高效的 httpclient, #功能 1. 支持GET POST语义 2. 内置支持https 3. 支持多平台(window linux) https库使用krypton(https://github.com/cesanta/krypton) http解析部分使用http_parser(https://github.com/nodejs/http-parser) 使用非常简单,把上面文件复制到项目中就可以使用。