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
|
@ -80,6 +80,10 @@ namespace util
|
|||
*/
|
||||
boost::filesystem::path GetDefaultDataDir();
|
||||
|
||||
/**
|
||||
* @return the default directory for webui data
|
||||
*/
|
||||
boost::filesystem::path GetWebuiDataDir();
|
||||
|
||||
/**
|
||||
* Read a configuration file and store its contents in the given maps.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue