Memory-conscious MicroPython HTTP server featuring routing decorators, streaming payloads, TLS, and fixed-buffer request parsing for embedded devices.
-
Updated
May 31, 2026 - Python
Memory-conscious MicroPython HTTP server featuring routing decorators, streaming payloads, TLS, and fixed-buffer request parsing for embedded devices.
Spec-focused HTTP/1.1 server and compliance harness for Rust.
My first attempt at an event-driven web server. WIP
Bubbles the simple, easy to use HTTP web server that is browser controlled, and capable of serving static files over the internet, either streamed from disk, or direct from RAM without lag.
A minimal HTTP/1.1 server implementation from scratch using C++ and BSD sockets. Educational project for learning network programming.
A fully compliant HTTP/1.1 web server built from scratch in C++98. Implements non-blocking I/O with poll(), supporting GET/POST/DELETE methods, CGI execution, file uploads, and multiple virtual hosts.
A test-suite and conformance-tool for HTTP/1.1.
Add a description, image, and links to the http-1-1 topic page so that developers can more easily learn about it.
To associate your repository with the http-1-1 topic, visit your repo's landing page and select "manage topics."