uri: add clear(component) stub
This commit is contained in:
parent
74675d1e5a
commit
58ae7f4d1c
2
uri.hpp
2
uri.hpp
@ -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*>);
|
||||
|
Loading…
Reference in New Issue
Block a user