some server implementations

This commit is contained in:
2017-04-06 03:27:20 +03:00
parent 80689782de
commit e0833f22a5
14 changed files with 653 additions and 9 deletions

View File

@ -94,6 +94,14 @@ const char PLUGIN_PATH[] = "plugins";
* @brief version of internal storage
*/
const int DATABASE_VERSION = 1;
/**
* @brief header name for token
*/
const char WEBAPI_TOKEN_HEADER[] = "x-queued-token";
/**
* @brief supported web server API versions
*/
const int WEBAPI_VERSIONS[] = {1};
// plugin interfaces
/**