add HeaderHandl class

This commit is contained in:
Talyx
2022-01-20 19:39:19 +03:00
parent eedb871c76
commit 7c4ecd91e3
6 changed files with 125 additions and 84 deletions

View File

@@ -34,7 +34,9 @@
#include <dirent.h>
#include <algorithm>
#include <cctype>
#include "Socket.hpp"
#include "HeaderHandl.hpp"
#include "Autoindex.hpp"
#include "Server.hpp"
#include "Header.hpp"