23 std::string_view args,
24 std::unordered_map<std::string, std::vector<std::string>,
utils::
StrCaseHash>& result
27using ArgsConsumer = std::function<
void(std::string&& key, std::string&& value)>;
29void ParseAndConsumeArgs(std::string_view args, ArgsConsumer handler);