mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Add util::GetWebuiDataDir(), HTTP parsing utilities and tests.
This commit is contained in:
@@ -193,6 +193,11 @@ namespace filesystem
|
||||
return pathTunnelsConfigFile;
|
||||
}
|
||||
|
||||
boost::filesystem::path GetWebuiDataDir()
|
||||
{
|
||||
return GetDataDir() / "webui";
|
||||
}
|
||||
|
||||
boost::filesystem::path GetDefaultDataDir()
|
||||
{
|
||||
// Custom path, or default path:
|
||||
|
||||
Reference in New Issue
Block a user