Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 328 Bytes

webserv

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.