add error handling(header class)

This commit is contained in:
Talyx
2022-01-18 21:05:07 +03:00
parent 99e3faf5b5
commit c89c65f354
4 changed files with 245 additions and 100 deletions

View File

@@ -27,7 +27,10 @@
#include <vector>
#include <sstream>
#include <string>
#include <string.h>
#include <sys/stat.h>
#include <map>
#include <fstream>
#include "Socket.hpp"
#include "Server.hpp"
#include "Header.hpp"