Classes | Namespaces | Functions
UriComponents.hpp File Reference

(5)

A class representing the parsed components of a URI. More...

#include <Balau/Dev/Assert.hpp>
#include <Balau/Type/ToString.hpp>
Include dependency graph for UriComponents.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

A class representing the parsed components of a URI.