You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webserv is a lightweight HTTP server built in C++ for the 42 curriculum as a team project. It supports HTTP/1.1, handles multiple client connections, and processes GET, POST, and DELETE requests. The server is configurable and includes CGI support for dynamic content.