This project is about writing your own HTTP server
-
Updated
Feb 3, 2024 - C++
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.
Create a HTTP webserver (team project)
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.
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."