webserv
C++ · HTTP/1.1 · Sockets
Serveur HTTP/1.1 from scratch en C++. Gestion des méthodes GET/POST/DELETE, configuration multi-serveur/vhost, I/O multiplexing via select/poll, upload de fichiers et exécution CGI.
- →Parsing de requêtes HTTP/1.1 conforme RFC
- →Multiplexage I/O non-bloquant (poll)
- →Support CGI et upload de fichiers