mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-02 21:52:30 +02:00
Add util::GetWebuiDataDir(), HTTP parsing utilities and tests.
This commit is contained in:
parent
6857dcb911
commit
e3b891de41
6 changed files with 138 additions and 0 deletions
|
@ -193,6 +193,11 @@ namespace filesystem
|
|||
return pathTunnelsConfigFile;
|
||||
}
|
||||
|
||||
boost::filesystem::path GetWebuiDataDir()
|
||||
{
|
||||
return GetDataDir() / "webui";
|
||||
}
|
||||
|
||||
boost::filesystem::path GetDefaultDataDir()
|
||||
{
|
||||
// Custom path, or default path:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue