CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

servlet::util Namespace Reference
[various helper functions]


Functions

std::string urlDecode (const std::string &s)
void urlInPlaceDecode (std::string &s)
std::string & urlEncode (const std::string &source, std::string &dest)

Detailed Description

Public utility functions


Function Documentation

servlet::util::urlDecode ( const std::string &  s  ) 

Definition at line 30 of file Util.cpp.

References urlInPlaceDecode().

Here is the call graph for this function:

std::string & servlet::util::urlEncode ( const std::string &  source,
std::string &  dest 
)

Parameters:
source String to encode
dest Where to put encoded string
Returns:
dest

Definition at line 70 of file Util.cpp.

void servlet::util::urlInPlaceDecode ( std::string &  s  ) 

Definition at line 41 of file Util.cpp.

Referenced by container::HttpServletRequestImpl::parseQueryString(), and urlDecode().

SourceForge.net Logo