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

@ -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.