A basic HTTP/1.1 server implemented in C++98.
git clone git@github.com:Yuerino/webserv.git
cd webserv
make
./webserv [ Config file ]
HTTP/1.1 : Message Syntax and Routing (RFC 7230)
HTTP/1.1 : Semantics and Content (RFC 7231)
HTTP/1.1 : Conditional Requests (RFC 7232)