mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 21:38:46 +02:00
「🏗️」 wip: Started reading subject
This commit is contained in:
32
includes/config/Route.hpp
Normal file
32
includes/config/Route.hpp
Normal file
@ -0,0 +1,32 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* Route.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/19 14:59:41 by adjoly #+# #+# */
|
||||
/* Updated: 2025/03/19 15:52:16 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace webserv {
|
||||
namespace config {
|
||||
|
||||
struct cgi {
|
||||
std::string path;
|
||||
std::string ext;
|
||||
};
|
||||
|
||||
class Route {
|
||||
public:
|
||||
protected:
|
||||
private:
|
||||
};
|
||||
|
||||
} // namespace config
|
||||
} // namespace webserv
|
Reference in New Issue
Block a user