Webserv
|
Go to the source code of this file.
Classes | |
class | config::ServerBlock |
Represents a single 'server' block from the configuration file. More... |
Namespaces | |
namespace | config |
namespace | config::details |
Typedefs | |
typedef std::map< std::string, LocationBlock > | config::LocationBlockMap |
typedef std::vector< ServerBlock > | config::ServerBlockVec |
Functions | |
std::ostream & | config::operator<< (std::ostream &o, ServerBlock const &t) |
bool | config::details::matchServerName (std::vector< std::string > const &, std::string const &) |
LocationBlock const * | config::details::bestMatchLocation (LocationBlockMap const &ls, std::string const &path) |