LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
Loading...
Searching...
No Matches
ServerConf.hpp File Reference

Stores per-server configuration directives. This class encapsulates the configuration for a specific server block parsed from the webserv.conf file. More...

#include <string>
#include <vector>
#include <map>
#include <netinet/in.h>
#include "LocationConf.hpp"
#include <cstring>
#include <iostream>
#include <arpa/inet.h>
#include "Request.hpp"
Include dependency graph for ServerConf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ServerConf
 

Detailed Description

Stores per-server configuration directives. This class encapsulates the configuration for a specific server block parsed from the webserv.conf file.

Definition in file ServerConf.hpp.