uri: add clear(component) stub

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

View File

@ -86,6 +86,8 @@ namespace cruft {
std::string_view query (void) const& { return get (QUERY); }
std::string_view fragment (void) const& { return get (FRAGMENT); }
void clear (component);
auto components (void) const& noexcept { return m_views; }
static std::string percent_decode (view<const char*>);