uri: add resolve and normalise stubs
This commit is contained in:
parent
58ae7f4d1c
commit
d8d7c8f421
3
uri.hpp
3
uri.hpp
@ -97,6 +97,9 @@ namespace cruft {
|
|||||||
std::string m_value;
|
std::string m_value;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cruft::uri resolve (cruft::uri base, cruft::uri child);
|
||||||
|
cruft::uri normalise (cruft::uri);
|
||||||
|
|
||||||
std::ostream& operator<< (std::ostream&, uri const&);
|
std::ostream& operator<< (std::ostream&, uri const&);
|
||||||
std::ostream& operator<< (std::ostream&, uri::component);
|
std::ostream& operator<< (std::ostream&, uri::component);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user