URL Parser
Parse and analyze URL components.
| Protocol | https: |
|---|---|
| Hostname | example.com |
| Port | 8080 |
| Path | /path/to/page |
| Query string | ?q=hello&lang=en&page=2 |
| Fragment | #section |
| Origin | https://example.com:8080 |
| Username | user |
| Password | pass |
Query parameters (3)
| Key | Value |
|---|---|
| q | hello |
| lang | en |
| page | 2 |
