RustPoint Tools

URL Parser and Query Formatter

Parse protocol, host, path, and query parameters from a URL.

Back to tools
{
  "protocol": "https:",
  "username": "",
  "password": "",
  "host": "rustpoint.com",
  "pathname": "/tool",
  "hash": "#catalog",
  "query": {
    "utm_source": "nav",
    "q": "tool"
  },
  "formattedQuery": "utm_source=nav\nq=tool"
}