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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
a simple server support HTTP / 1.1 and CGI / 1.1