|
LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
|
This is the complete list of members for ServerConf, including all inherited members.
| _errorPages | ServerConf | private |
| _interfacePortPair | ServerConf | private |
| _locations | ServerConf | private |
| _maxBodySize | ServerConf | private |
| _serverName | ServerConf | private |
| addErrorPage(const std::string &errorCode, const std::string &errorPagePath) | ServerConf | |
| addLocation(const LocationConf &location) | ServerConf | |
| getErrorPagePath(const std::string &errorCode) const | ServerConf | |
| getErrorPages() const | ServerConf | |
| getInterfacePortPair() const | ServerConf | |
| getLocations() const | ServerConf | |
| getMaxBodySize() const | ServerConf | |
| getServerName() const | ServerConf | |
| operator=(const ServerConf &other) | ServerConf | |
| ServerConf() | ServerConf | |
| ServerConf(const ServerConf &other) | ServerConf | |
| setDefaults() | ServerConf | inline |
| setInterfacePortPair(const struct sockaddr_in &address) | ServerConf | |
| setMaxBodySize(size_t size) | ServerConf | |
| setServerName(const std::string &name) | ServerConf | |
| ~ServerConf() | ServerConf |