🏗️」 wip: reformated request include folder

This commit is contained in:
2025-04-30 09:37:21 +02:00
parent 5a22af3c5a
commit 41efd2c19e
15 changed files with 315 additions and 343 deletions

View File

@ -6,14 +6,13 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/24 14:17:34 by adjoly #+# #+# */
/* Updated: 2025/04/25 13:40:10 by adjoly ### ########.fr */
/* Updated: 2025/04/30 09:36:02 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
#include "requests/HttpIMessage.hpp"
#include "requests/HttpRequest.hpp"
#include <requests/ARequest.hpp>
#include <config/default.hpp>
#include <map>
#include <string>
@ -22,7 +21,7 @@ namespace webserv {
class Cgi {
public:
Cgi(http::IRequest *, config::Server *);
Cgi(http::ARequest *, config::Server *);
~Cgi(void);
std::string getEnv(std::string &);