WebFramework v3.0.12
Web framework for C++.
|
Public Member Functions | |
MultithreadedWebServer (const json::JSONParser &configuration, const std::vector< utility::JSONSettingsParser > &parsers, const std::filesystem::path &assets, const std::filesystem::path &pathToTemplates, uint64_t cachingSize, std::string_view ip, std::string_view port, DWORD timeout, const std::vector< std::string > &pathToSources) | |
![]() | |
![]() | |
IExecutorFunctionality (const json::JSONParser &configuration, const std::filesystem::path &assets, const std::filesystem::path &pathToTemplates, uint64_t cachingSize, const std::vector< utility::JSONSettingsParser > &parsers, const std::vector< std::string > &pathToSources) | |
Additional Inherited Members | |
![]() | |
SSL_CTX * | context |
bool | useHTTPS |
![]() | |
ExecutorsManager | executorsManager |
SessionsManager | sessionsManager |
sqlite::SQLiteManager | databaseManager |
std::shared_ptr< ResourceExecutor > | resources |
Definition at line 10 of file MultithreadedWebServer.h.
framework::MultithreadedWebServer::MultithreadedWebServer | ( | const json::JSONParser & | configuration, |
const std::vector< utility::JSONSettingsParser > & | parsers, | ||
const std::filesystem::path & | assets, | ||
const std::filesystem::path & | pathToTemplates, | ||
uint64_t | cachingSize, | ||
std::string_view | ip, | ||
std::string_view | port, | ||
DWORD | timeout, | ||
const std::vector< std::string > & | pathToSources ) |
Definition at line 147 of file MultithreadedWebServer.cpp.