merge from hugo, add parsing requests and wip cgi
This commit is contained in:
21
srcs/Server.hpp
Normal file
21
srcs/Server.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
#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