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
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
a simple server support HTTP / 1.1 and CGI / 1.1