Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &out, const HTTPQuery &query) |
|
std::ostream & | operator<< (std::ostream &out, const URI &uri) |
|
std::ostream & | operator<< (std::ostream &out, const URIPath &path) |
|
std::string | PCTEncode (const std::string &str, const std::set< char > &allowed, bool allowalpha=true, bool allownum=true) |
| Customized percentage encoding. More...
|
|
std::string | URIDecode (const std::string &str) |
| Decodes a given URI string according to RFC 3986. May throw URIError. More...
|
|
std::string | URIEncode (const std::string &str) |
| Encodes a given URI string according to RFC 3986. More...
|
|