Officially retiring the WEBServerManager class which is superseded by the WEBServer class that have more features

This commit is contained in:
Th3maz1ng 2022-04-17 21:38:30 +02:00
parent fb9ad7d95e
commit 5d05bdb144
2 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,15 @@
/**
* @file WEBServerManager.cpp
* @author Anatole SCHRAMM-HENRY
* @brief Single client WEB Server.
* This class is now retired and replaced by the much better WEBServer class
* which handles multiclients among other things.
* @version 0.1
* @date 31/03/2019
*
* @copyright MIT
*
*/
#include "WEBServerManager.h"
//#define DEBUG

View File

@ -1,3 +1,15 @@
/**
* @file WEBServerManager.h
* @author Anatole SCHRAMM-HENRY
* @brief Single client WEB Server.
* This class is now retired and replaced by the much better WEBServer class
* which handles multiclients among other things.
* @version 0.1
* @date 31/03/2019
*
* @copyright MIT
*
*/
#ifndef WEBSERVERMANAGER_H
#define WEBSERVERMANAGER_H