BayoDev / HTTPforFUN

HTTP 1.0 compatible HTTP server in C for fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

HTTP 1.0 compatible HTTP server in C for fun


Languages

Language:C 96.2%Language:HTML 2.9%Language:Makefile 1.0%