#include <HttpServer.h>
§ certificates
§ connectionBacklogSize
      
        
          | uint32_t BaseLib::HttpServer::HttpServerInfo::connectionBacklogSize = 100 | 
      
 
 
§ connectionClosedCallback
      
        
          | std::function<void(int32_t clientId)> BaseLib::HttpServer::HttpServerInfo::connectionClosedCallback | 
      
 
 
§ dhParamData
      
        
          | std::string BaseLib::HttpServer::HttpServerInfo::dhParamData | 
      
 
 
§ dhParamFile
      
        
          | std::string BaseLib::HttpServer::HttpServerInfo::dhParamFile | 
      
 
 
§ maxConnections
      
        
          | uint32_t BaseLib::HttpServer::HttpServerInfo::maxConnections = 10 | 
      
 
 
§ newConnectionCallback
      
        
          | std::function<void(int32_t clientId, std::string address, uint16_t port)> BaseLib::HttpServer::HttpServerInfo::newConnectionCallback | 
      
 
 
§ packetReceivedCallback
      
        
          | std::function<void(int32_t clientId, Http &http)> BaseLib::HttpServer::HttpServerInfo::packetReceivedCallback | 
      
 
 
§ requireClientCert
      
        
          | bool BaseLib::HttpServer::HttpServerInfo::requireClientCert = false | 
      
 
 
§ serverThreads
      
        
          | uint32_t BaseLib::HttpServer::HttpServerInfo::serverThreads = 1 | 
      
 
 
§ useSsl
      
        
          | bool BaseLib::HttpServer::HttpServerInfo::useSsl = false | 
      
 
 
The documentation for this struct was generated from the following file: