Review parsing Eric and Luke.
Combined the config parser with Webserv class.
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* Server.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/07/24 12:11:07 by lperrey #+# #+# */
|
||||
/* Updated: 2022/07/24 12:11:13 by lperrey ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef SERVER_HPP
|
||||
# define SERVER_HPP
|
||||
|
||||
# include <iostream>
|
||||
# include <string>
|
||||
|
||||
class Server
|
||||
{
|
||||
public:
|
||||
// Server(Placeholder);
|
||||
// Server();
|
||||
// Server(Server const &src);
|
||||
// ~Server();
|
||||
// Server &operator=(Server const &rhs);
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user