mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 21:38:00 +03:00
refacotor(server): clean-ups
This commit is contained in:
@@ -54,12 +54,10 @@ class Server
|
||||
|
||||
public:
|
||||
Server();
|
||||
Server(std::string path);
|
||||
|
||||
void readConfig(char *filename);
|
||||
void setupConfig(void);
|
||||
void start(void);
|
||||
void end(void);
|
||||
void setup_server_socks(std::map<int, Socket> &configurations_map);
|
||||
void run(void);
|
||||
~Server();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user