mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
add comment
This commit is contained in:
parent
37a07cc63f
commit
31f0accb54
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
auto match = Glib::Regex::split_simple(
|
||||||
R"regex(^((\w+)?:\/\/)?([^:\/]+)?(:(\d+)?)?([^\?$]+)?(\?(.*)?)?)regex",
|
R"regex(^((\w+)?:\/\/)?([^:\/]+)?(:(\d+)?)?([^\?$]+)?(\?(.*)?)?)regex",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue