12 static constexpr std::string_view stringType =
"string:";
13 static constexpr std::string_view integerType =
"int:";
14 static constexpr std::string_view doubleType =
"double:";
16 enum class routeParametersType
24 std::string baseRoute;
25 std::unordered_map<std::string, std::variant<std::string, int64_t, double>> parameters;
26 std::vector<std::string> indices;