mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 05:17:59 +03:00
add class Header
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
#ifndef WEBSERV_HPP
|
||||
#define WEBSERV_HPP
|
||||
|
||||
#define RED "\033[31m"
|
||||
#define GREEN "\033[32m"
|
||||
#define YELLOW "\033[33m"
|
||||
#define BLUE "\033[34m"
|
||||
#define PINK "\033[35m"
|
||||
#define TURGUOISE "\033[36m"
|
||||
#define ZERO_C "\033[0m"
|
||||
#define HOME "www"
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <arpa/inet.h>
|
||||
@@ -12,8 +22,11 @@
|
||||
#include <netinet/in.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include "Server.hpp"
|
||||
#include <stdlib.h>
|
||||
#include <fstream>
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
#include "Server.hpp"
|
||||
#include "Header.hpp"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user