文件名称:c-http-server:用 C 编写的线程化 http 服务器的基本示例
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-27 06:10:07
C
##构建并运行mkdir build && cd build && cmake .. && make && ./threaded
【文件预览】:
c-http-server-master
----notes.txt(805B)
----.gitignore(8B)
----LICENSE.md(265B)
----autotools.txt(3KB)
----master_http_server_example.c(3KB)
----README.md(76B)
----threaded.c(3KB)
----CMakeLists.txt(108B)
----http_server.c(3KB)