OpenVPN 3 Core Library
Loading...
Searching...
No Matches
urlencode.hpp File Reference
#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>
Include dependency graph for urlencode.hpp:
This graph shows which files directly or indirectly include this file:

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)