OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::URL Namespace Reference

Classes

struct  Parm
 
class  ParmList
 
class  Parse
 

Functions

 OPENVPN_EXCEPTION (url_error)
 
std::string encode (const std::string &str)
 
std::string decode (const std::string &encoded)
 
std::vector< std::string > decode_path (std::string path)
 
 OPENVPN_EXCEPTION (url_parameter_error)
 
 OPENVPN_EXCEPTION (url_parse_error)
 

Function Documentation

◆ decode()

std::string openvpn::URL::decode ( const std::string &  encoded)
inline

Definition at line 45 of file urlencode.hpp.

Here is the caller graph for this function:

◆ decode_path()

std::vector< std::string > openvpn::URL::decode_path ( std::string  path)
inline

Definition at line 97 of file urlencode.hpp.

◆ encode()

std::string openvpn::URL::encode ( const std::string &  str)
inline

Definition at line 28 of file urlencode.hpp.

Here is the caller graph for this function:

◆ OPENVPN_EXCEPTION() [1/3]

openvpn::URL::OPENVPN_EXCEPTION ( url_error  )

◆ OPENVPN_EXCEPTION() [2/3]

openvpn::URL::OPENVPN_EXCEPTION ( url_parameter_error  )

◆ OPENVPN_EXCEPTION() [3/3]

openvpn::URL::OPENVPN_EXCEPTION ( url_parse_error  )