Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 238 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 238 Bytes

HTTPforFUN

A simple HTTP server written C that aims to be compatible with HTTP/1.0 (RFC 1945) with some tweaks.

The basics of the server are now working, HEAD/GET methods are implemented (without conditional) and more is on the way.