A simple http server implemted by c which supports file upload and download. This branch is deprecated.
MacOS Catalina
gcc version: Apple clang version 11.0.0 (clang-1100.0.33.12)
- 支持
HTTP GET
方法 - 可以下载文件
- 支持
HTTP POST
方法 - 可以上传文件
- 支持 HTTP 分块传输
- 支持 HTTP 持久连接
- 支持 HTTP 管道
- 使用
openssl
库,支持 HTTPS - 使用
libevent
支持多路并发