18 #ifndef ION_REMOTE_SETTINGHANDLER_H_
19 #define ION_REMOTE_SETTINGHANDLER_H_
35 - Sets the
value of a Setting and returns its
49 const std::string HandleRequest(
const std::string& path,
51 std::string* content_type)
override;
57 #endif // ION_REMOTE_SETTINGHANDLER_H_
SettingHandler serves files related to Settings, including an interface for viewing and modifying the...
std::map< std::string, std::string > QueryMap
RequestHandlers handle requests for a file or path.