There are 0 repository under 42-webserv topic.
A simple HTTP/1.1 server written in C++, supporting GET, POST, DELETE methods, virtual hosting, CGI script execution, and custom error pages. Ideal for understanding the basic concepts of web servers.
This project involves creating a custom HTTP server from scratch, covering request handling, response generation, and support for various HTTP methods. The server can be tested with a real web browser, providing practical experience with the HTTP protocol.
This project is about writing your own HTTP server
Collaborated with a team to develop an HTTP server in C++98, handling client requests and core web functionalities.
Create a HTTP webserver (team project)