mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-11 12:48:46 +02:00
「🏗️」 wip: Started reading subject
This commit is contained in:
22
includes/config/ParsedConfig.hpp
Normal file
22
includes/config/ParsedConfig.hpp
Normal file
@ -0,0 +1,22 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* ParsedConfig.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/19 14:11:28 by adjoly #+# #+# */
|
||||
/* Updated: 2025/03/19 15:52:16 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
class config {
|
||||
public:
|
||||
protected:
|
||||
private:
|
||||
std::map cgi;
|
||||
|
||||
};
|
Reference in New Issue
Block a user