Mongoose Web Server是一款易于使用的Web服务器,它可以嵌入到其它应用程序中,为其提供Web接口。
主要特写:
跨平台,支持 Windows、OS X 和 Linux支持 CGI, SSL, SSI, Digest (MD5) 认证,WebSocket 和 WebDAV支持断点续传和 URL 重写基于 IP 的 ACL,支持 Windows 服务,支持 GET, POST, HEAD, PUT, DELETE 方法Excluding files from serving by URI pattern下载速度限制,基于客户端子网和 URI 模式体积小,可执行文件只有 40k 左右可嵌入式,提供简单的 API (mongoose.h). 只需一个源码文件 mongoose.c嵌入式实例: hello.c, post.c, upload.c, websocket.c提供 Python 和 C# 版本采用 MIT 授权协议
转载于:https://www.cnblogs.com/meihao1989/p/3670166.html
相关资源:mongoose各个版本