This file contains utility functions used to manipulate data from a URI. More...
Go to the source code of this file.
Namespaces | |
| te | |
| URI C++ Library.  | |
| te::core | |
Functions | |
| TECOREEXPORT std::map< std::string, std::string > | te::core::Expand (const std::string &query_str) | 
| Split a query string into its components.  More... | |
| TECOREEXPORT std::string | te::core::URIDecode (const std::string &srcUri) | 
| Decodes an encoded URI. The algorithm implementation is based on http://www.codeguru.com/cpp/cpp/algorithms/strings/article.php/c12759/URI-Encoding-and-Decoding.htm.  More... | |
| TECOREEXPORT std::string | te::core::URIEncode (const std::string &srcUri) | 
| Encodes an decoded URI. The algorithm implementation is based on http://www.codeguru.com/cpp/cpp/algorithms/strings/article.php/c12759/URI-Encoding-and-Decoding.htm.  More... | |