diff options
Diffstat (limited to 'server.h')
-rw-r--r-- | server.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ using namespace std::string_literals; static const std::string VersionString{ "Webserver "s + std::string{VERSION} }; +// Base class for HTTP and HTTPS classes class Server { protected: |