🏗️」 wip: Started cgi handling but no clue what i am doing

This commit is contained in:
Adam Joly
2025-04-25 12:03:08 +02:00
parent 1dc3a61b01
commit 1c694131cd
4 changed files with 70 additions and 14 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/03 15:48:22 by mmoussou #+# #+# */
/* Updated: 2025/04/22 11:51:54 by mmoussou ### ########.fr */
/* Updated: 2025/04/24 13:48:09 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -15,5 +15,6 @@
#include <requests/Errors.hpp>
#include <requests/HttpRequest.hpp>
#include <requests/HttpResponse.hpp>
#include <requests/Cgi.hpp>
using namespace webserv;