add comment

This commit is contained in:
yggverse 2024-09-12 06:22:47 +03:00
parent 37a07cc63f
commit 31f0accb54

View File

@ -139,7 +139,7 @@ int Request::save(
);
}
void Request::parse()
void Request::parse() // @TODO https://docs.gtk.org/glib/struct.Uri.html
{
auto match = Glib::Regex::split_simple(
R"regex(^((\w+)?:\/\/)?([^:\/]+)?(:(\d+)?)?([^\?$]+)?(\?(.*)?)?)regex",