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.
- Updated
Aug 5, 2025 - C++
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 is about writing your own HTTP server
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.
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)
Add a description, image, and links to the 42-webserv topic page so that developers can more easily learn about it.
To associate your repository with the 42-webserv topic, visit your repo's landing page and select "manage topics."