This is a project for Codam (42 Network).
The assignment consisted of writing a web server in C++.
It must be conditionally compliant with the RFC 7230-7235 (HTTP 1.1).
It supports proxies, uploading, CGI, transfer encoding.
Async operations are handled by using a single select() call.