DeterministicESPAsyncWebServer 1.2.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
WebServerConfig Struct Reference

Runtime-tunable server parameters. More...

#include <DetWebServerConfig.h>

Public Attributes

uint32_t conn_timeout_ms
 

Detailed Description

Runtime-tunable server parameters.

Can be declared as const PROGMEM (flash) or as a mutable variable (RAM). Pass a pointer to DetWebServer::begin() or DeterministicAsyncTCP::init().

Definition at line 342 of file DetWebServerConfig.h.

Member Data Documentation

◆ conn_timeout_ms

uint32_t WebServerConfig::conn_timeout_ms

Milliseconds of inactivity before a connection is force-closed.

Definition at line 345 of file DetWebServerConfig.h.

Referenced by DeterministicAsyncTCP::init().


The documentation for this struct was generated from the following file: