mongoose网络http服务器端

时间:2014-09-07 16:44:06
【文件属性】:
文件名称:mongoose网络http服务器端
文件大小:97KB
文件格式:TGZ
更新时间:2014-09-07 16:44:06
mongoose Mongoose is easy to use web server. It also can be used as embedded web server library to provide web interface to applications. Mongoose executable does not depend on any external library or configuration. If it is copied to any directory and launched from there, it starts to serve that directory on port 8080 (so to access files, go to http://localhost:8080). If some additional config is required - for example, different listening port or IP-based access control, then a mongoose.conf file with respective options can be created in the same directory where executable lives. This makes Mongoose perfect for all sorts of demos, quick tests, file sharing, and Web programming.
【文件预览】:
mongoose
----mongoose.c(125KB)
----main.c(15KB)
----test()
--------exploit.pl(2KB)
--------ssi3.shtml(71B)
--------passfile(113B)
--------ssi7.shtml(78B)
--------test_all_build_flags.pl(788B)
--------ssi8.shtml(30B)
--------ssi2.shtml(84B)
--------env.cgi(769B)
--------ssi1.shtml(82B)
--------hello.cgi(68B)
--------ssi4.shtml(72B)
--------.leading.dot.txt(7B)
--------ssi9.shtml(51B)
--------embed.c(5KB)
--------ssi5.shtml(85B)
--------test.pl(16KB)
--------sh.cgi(82B)
--------ssi6.shtml(85B)
--------hello.txt(17B)
--------bad.cgi(92B)
----mongoose.h(9KB)
----bindings()
--------python()
--------csharp()
----LICENSE(1KB)
----.hgtags(91B)
----mongoose.1(6KB)
----examples()
--------ssl_cert.pem(3KB)
--------chat.c(13KB)
--------html()
--------Makefile(186B)
----Makefile(4KB)

网友评论

  • 这不就是github下载下来的吗,我还以为是经过封装出来的。
  • 值得参考,学习一下
  • 很方便实用 只是mongoose并不支持高并发
  • 不错,谢谢了!
  • 很好,可以编译使用,谢谢
  • 可以使用,不错正需要