Skip to main content
devtools24

URL पार्सर

URL को उनके कंपोनेंट्स में पार्स करें।

इनपुट
आउटपुट
Result appears here

tools.url-parser.toolInfo.title - तकनीकी विवरण

tools.url-parser.toolInfo.details

कमांड-लाइन विकल्प

// URL structure\nhttps://user:pass@host.com:8080/path?query=value#hash\n\nprotocol: https\nauth: user:pass\nhostname: host.com\nport: 8080