15 #ifndef odc_RequestUtils_h
16 #define odc_RequestUtils_h
27 typedef std::map<std::string, std::vector<std::string>>
RequestDict;
RequestDict unquoteRequestValues(const RequestDict &request)
void checkKeywordsHaveValues(const RequestDict &request, const std::vector< std::string > &keywords)
std::map< std::string, std::vector< std::string > > RequestDict