uri: add resolve and normalise stubs

This commit is contained in:
Danny Robson 2021-12-13 15:56:28 +10:00
parent 58ae7f4d1c
commit d8d7c8f421

View File

@ -97,6 +97,9 @@ namespace cruft {
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::component);
}