Functions | |
std::string | urlDecode (const std::string &s) |
void | urlInPlaceDecode (std::string &s) |
std::string & | urlEncode (const std::string &source, std::string &dest) |
servlet::util::urlDecode | ( | const std::string & | s | ) |
Definition at line 30 of file Util.cpp.
References urlInPlaceDecode().
std::string & servlet::util::urlEncode | ( | const std::string & | source, | |
std::string & | dest | |||
) |
void servlet::util::urlInPlaceDecode | ( | std::string & | s | ) |
Definition at line 41 of file Util.cpp.
Referenced by container::HttpServletRequestImpl::parseQueryString(), and urlDecode().