add socket connection events listener

This commit is contained in:
yggverse 2024-10-27 00:32:12 +03:00
parent 2aff5028f5
commit 08ad677ba4
2 changed files with 52 additions and 29 deletions

View file

@ -1,24 +1,21 @@
use gtk::glib::GString;
pub enum Status {
// SensitiveInput,
// Complete,
Complete,
Failure,
Input,
Connecting,
Connected,
// ProxyNegotiated,
// ProxyNegotiating,
ProxyNegotiated,
ProxyNegotiating,
Redirect,
Reload,
// Request,
// Resolved,
// Resolving,
// Response,
Resolved,
Resolving,
Success,
// TlsHandshaked,
// TlsHandshaking,
} // @TODO
TlsHandshaked,
TlsHandshaking,
}
pub struct Meta {
pub title: Option<GString>,