文件名称:Web服务器实例
文件大小:24KB
文件格式:ZIP
更新时间:2016-04-17 07:30:34
epoll Web Server Linux
该程序为一个使用Linux epoll的小型web服务器实例,目前只能接受GET方法,不过可以扩展。
【文件预览】:
server
----server.c(4KB)
----server(21KB)
----handle_client.h(594B)
----config()
--------http.conf(74B)
----www()
--------index.html(121B)
--------favicon.ico(0B)
----handle_client.c(4KB)
----handle_config.o(5KB)
----handle_client.o(9KB)
----handle_config.c(1KB)
----Makefile(410B)
----server.o(7KB)
----handle_config.h(321B)