# http **Repository Path**: yonghang_qin/http ## Basic Information - **Project Name**: http - **Description**: 一个轻量级,传输层无关的HTTP客户端库。支持CA认证,Chunked编码。 - **Primary Language**: C - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-29 - **Last Updated**: 2022-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTTP A small HTTP client library. It offers the following features: 1. Transmission independent. The core layer is implemented as transport independent and can be transmitted through TCP, SSL, COAP and other. At present, TCP transmission based on Windows has been realized. 2. Lightweight. The total code of the core layer does not exceed 800 lines. It does not occupy RAM space without running. Otherwise it can use the HEAP space of the response header's size at most. 3. Support BA certification. 4. Support Chunked transfer encoding.