![]() |
|
Uniot Core
|
| 0.8.1 |
Extended AsyncWebServer with status monitoring capabilities. More...
#include <ConfigCaptivePortal.h>
Public Member Functions | |
| DetailedAsyncWebServer (uint16_t port) | |
| Construct a new DetailedAsyncWebServer. | |
| uint8_t | status () |
| Get the current server status. | |
Extended AsyncWebServer with status monitoring capabilities.
This class extends the standard AsyncWebServer to provide access to the internal server status, which is useful for monitoring the health and state of the web server during captive portal operations.
|
inline |
Construct a new DetailedAsyncWebServer.
| port | TCP port number for the HTTP server |
|
inline |
Get the current server status.
| uint8_t | Server status code (0 = stopped, non-zero = running) |