libkazv
encode.hpp
Go to the documentation of this file.
1 /*
2  * This file is part of libkazv.
3  * SPDX-FileCopyrightText: 2025 nannanko <nannanko@kazv.moe>
4  * SPDX-License-Identifier: AGPL-3.0-or-later
5  */
6 
7 #pragma once
8 #include <libkazv-config.hpp>
9 
10 #include <string>
11 
12 namespace Kazv
13 {
14  std::string percentEncode(std::string url);
15 }
Definition: location.hpp:10
std::string percentEncode(std::string url)
Definition: encode.cpp:27