项目作者: VictorWang99

项目描述 :
一个超轻量级的Http服务器,参考自http://tinyhttpd.sourceforge.net
高级语言: C++
项目地址: git://github.com/VictorWang99/Tiny-Http-Server.git
创建时间: 2020-04-19T14:23:02Z
项目社区:https://github.com/VictorWang99/Tiny-Http-Server

开源协议:

下载


Tiny-Http-Server

一个超轻量级的http服务器,只支持GET和POST请求,忽略大部分请求头,支持CGI。
通过这个项目熟悉套接字、多线程、进程间通信等知识。
参考自J. David Blackstone的http://tinyhttpd.sourceforge.net