🏗️」 wip: work in progress, not done yet.

This commit is contained in:
y-syo
2025-03-17 14:33:38 +01:00
parent 28713b407a
commit 5f9fec9568
6 changed files with 316 additions and 8 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/03 15:48:22 by mmoussou #+# #+# */
/* Updated: 2025/02/12 00:11:33 by mmoussou ### ########.fr */
/* Updated: 2025/03/17 14:08:50 by mmoussou ### ########.fr */
/* */
/* ************************************************************************** */
@ -14,6 +14,7 @@
#ifndef __WEBSERV_REQUESTS_DEFAULT_HPP__
# define __WEBSERV_REQUESTS_DEFAULT_HPP__
#include <requests/Errors.hpp>
#include <requests/HttpRequest.hpp>
#include <requests/HttpResponse.hpp>