mc_httpd is an HTTP server written by robin.
The sources and documentation are distributed under the Berkeley Software Distribution license.
HTTP server features:
Supports HTTP/1.1 and CGI/1.1
Multi-line header field(not cgi)
Name-based and IP-based virtual servers
Keep-alive connections support
The GET, HEAD, POST, PUT, DELETE methods
Architecture and scalability:
single-threaded
Shared memory is based on /dev/zero
One master and several worker processes; worker processes run under an unprivileged user
Tested OS and platforms:
linux/i386
FreeBSD/i386
Follow mc_httpd
Other Useful Business Software
Try Google Cloud Risk-Free With $300 in Credit
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Rate This Project
Login To Rate This Project
User Reviews
-
a simple server support HTTP / 1.1 and CGI / 1.1