A class representing the parsed components of a URI. More...
Go to the source code of this file.
Classes | |
| struct | UriComponents |
| Parses a URI and provides views into the URI's components. More... | |
Namespaces | |
| Balau::Resource | |
| The unified resource class hierarchy. | |
Functions | |
| bool | operator== (const UriComponents &lhs, const UriComponents &rhs) |
| Returns true if the two URI component instances are equal. More... | |
| template<typename AllocatorT > | |
| Balau::U8String< AllocatorT > | toString (const UriComponents &uriComponents) |
| Print the URI components as a UTF-8 string. More... | |
A class representing the parsed components of a URI.