mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-19 00:07:52 +00:00
Parse socks
This commit is contained in:
6
src/parser/socks/models.rs
Normal file
6
src/parser/socks/models.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub struct SocksAddress {
|
||||
pub password: Option<String>,
|
||||
pub username: Option<String>,
|
||||
pub address: String,
|
||||
pub port: u16,
|
||||
}
|
||||
Reference in New Issue
Block a user