whatsapp_rust/socket/
consts.rs

1pub const ORIGIN: &str = "https://web.whatsapp.com";
2pub const URL: &str = "wss://web.whatsapp.com/ws/chat";
3
4pub const FRAME_MAX_SIZE: usize = 2 << 23;
5pub const FRAME_LENGTH_SIZE: usize = 3;