Officially retiring the WEBServerManager class which is superseded by the WEBServer class that have more features
This commit is contained in:
parent
fb9ad7d95e
commit
5d05bdb144
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user