mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-06-25 09:33:36 +02:00
30 lines
1.2 KiB
C++
30 lines
1.2 KiB
C++
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* default.hpp :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2025/02/11 13:29:05 by mmoussou #+# #+# */
|
|
/* Updated: 2025/05/23 18:23:02 by adjoly ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#pragma once
|
|
|
|
#include <server/AResource.hpp>
|
|
#include <server/Cgi.hpp>
|
|
#include <server/CgiIn.hpp>
|
|
#include <server/Client.hpp>
|
|
#include <server/FileUpload.hpp>
|
|
#include <server/ResourceManager.hpp>
|
|
#include <server/Server.hpp>
|
|
|
|
namespace webserv {
|
|
|
|
|
|
|
|
} // -namespace webserv
|
|
|
|
using namespace webserv;
|