Add util::GetWebuiDataDir(), HTTP parsing utilities and tests.

This commit is contained in:
EinMByte 2015-09-06 16:15:46 +02:00
parent 6857dcb911
commit e3b891de41
6 changed files with 138 additions and 0 deletions

View file

@ -193,6 +193,11 @@ namespace filesystem
return pathTunnelsConfigFile;
}
boost::filesystem::path GetWebuiDataDir()
{
return GetDataDir() / "webui";
}
boost::filesystem::path GetDefaultDataDir()
{
// Custom path, or default path: