Guitar
Functions
urlencode.h File Reference
#include <string>
Include dependency graph for urlencode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string url_encode (char const *str, char const *end)
 
std::string url_decode (char const *str, char const *end)
 
std::string url_encode (char const *str, size_t len)
 
std::string url_decode (char const *str, size_t len)
 
std::string url_encode (char const *str)
 
std::string url_decode (char const *str)
 
std::string url_encode (std::string const &str)
 
std::string url_decode (std::string const &str)
 

Function Documentation

◆ url_decode() [1/4]

std::string url_decode ( char const *  str)
Here is the call graph for this function:

◆ url_decode() [2/4]

std::string url_decode ( char const *  str,
char const *  end 
)
Here is the call graph for this function:

◆ url_decode() [3/4]

std::string url_decode ( char const *  str,
size_t  len 
)
Here is the call graph for this function:

◆ url_decode() [4/4]

std::string url_decode ( std::string const &  str)
Here is the call graph for this function:

◆ url_encode() [1/4]

std::string url_encode ( char const *  str)
Here is the call graph for this function:

◆ url_encode() [2/4]

std::string url_encode ( char const *  str,
char const *  end 
)
Here is the call graph for this function:

◆ url_encode() [3/4]

std::string url_encode ( char const *  str,
size_t  len 
)
Here is the call graph for this function:

◆ url_encode() [4/4]

std::string url_encode ( std::string const &  str)
Here is the call graph for this function: