mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-11 07:48:46 +02:00
「🏗️」 wip: Nearly finished config file parsing
This commit is contained in:
19
includes/config/Config.hpp
Normal file
19
includes/config/Config.hpp
Normal file
@ -0,0 +1,19 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* Config.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/23 11:36:01 by adjoly #+# #+# */
|
||||
/* Updated: 2025/03/23 12:09:10 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
namespace webserv {
|
||||
namespace config {};
|
||||
}; // namespace webserv
|
Reference in New Issue
Block a user