Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
HttpServerSettings Struct Reference

Public Attributes

int maxActiveConnections = 10
 maximum number of concurrent requests.. More...
 
int keepAliveSeconds = 0
 default seconds to keep the connection alive before closing it More...
 
int minHeapSize = -1
 min heap size that is required to accept connection, -1 means use server default More...
 
bool useDefaultBodyParsers = 1
 if the default body parsers, as form-url-encoded, should be used More...
 
int sslSessionCacheSize
 number of SSL session ids to cache. Setting this to 0 will disable SSL session resumption. More...
 

Member Data Documentation

int HttpServerSettings::keepAliveSeconds = 0

default seconds to keep the connection alive before closing it

int HttpServerSettings::maxActiveConnections = 10

maximum number of concurrent requests..

int HttpServerSettings::minHeapSize = -1

min heap size that is required to accept connection, -1 means use server default

int HttpServerSettings::sslSessionCacheSize
Initial value:
=
10

number of SSL session ids to cache. Setting this to 0 will disable SSL session resumption.

bool HttpServerSettings::useDefaultBodyParsers = 1

if the default body parsers, as form-url-encoded, should be used