add get_request_from_uri method

This commit is contained in:
yggverse 2024-09-16 11:32:48 +03:00
parent 747f622e4d
commit 5244e52da3
2 changed files with 22 additions and 7 deletions

View file

@ -99,6 +99,10 @@ namespace app::browser::main::tab
static const int DEFAULT_PORT = 1965;
static Glib::RefPtr<Gio::SocketClient> create();
static Glib::ustring get_request_from_uri(
GUri * uri
);
};
};