SHTTPD轻量级的web server
SHTTPD - an embeddable Web server
Shttpd是另一个轻量级的web server,具有比thttpd更丰富的功能特性,支持CGI, SSL, cookie, MD5认证, 还能嵌入(embedded)到现有的软件里。最有意思的是不需要配置文件!
由于shttpd可以嵌入其他软件,因此可以非常容易的开发嵌入式系统的web server,官方网站上称shttpd如果使用uclibc/dielibc(libc的简化子集)则开销将非常非常低。以下是其特点:
- Stand-alone server, or embeddable into existing C/C++ program
 - GET, POST, PUT, DELETE methods
 - CGI
 - SSL
 - Digest (MD5) authorization
 - Multiple (and user defineable) index files
 - Directory listing
 - Standard logging
 - Cookies
 - inetd mode
 - User-defineable mime types
 - No configuration files
 - No external dependencies
 
由于shttpd可以轻松嵌入其他程序里,因此shttpd是较为理想的web server开发原形,开发人员可以基于shttpd开发出自己的webserver!
评论
