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
Go From AI Idea to AI App Fast
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Rate This Project
Login To Rate This Project
User Reviews
-
a simple server support HTTP / 1.1 and CGI / 1.1