//SPDX-FileCopyrightText: 2023 Yury Gubich //SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include #include #include std::map urlDecodeAndParse(const std::string_view& encoded); std::string urlDecode(const std::string_view& encoded);