|
OpenVPN 3 Core Library
|
#include <string>#include <vector>#include <openvpn/common/exception.hpp>#include <openvpn/common/split.hpp>#include <openvpn/common/string.hpp>#include <openvpn/common/hexstr.hpp>#include <openvpn/common/unicode.hpp>#include <openvpn/http/parseutil.hpp>Go to the source code of this file.
Namespaces | |
| namespace | openvpn |
| namespace | openvpn::URL |
Functions | |
| openvpn::URL::OPENVPN_EXCEPTION (url_error) | |
| std::string | openvpn::URL::encode (const std::string &str) |
| std::string | openvpn::URL::decode (const std::string &encoded) |
| std::vector< std::string > | openvpn::URL::decode_path (std::string path) |