Developer

Break a URL into protocol, host, path, query parameters, and hash.

Parsed URL
{
  "protocol": "https:",
  "host": "toolbox.mom",
  "hostname": "toolbox.mom",
  "port": "(default)",
  "pathname": "/tools",
  "query": {
    "category": "developer"
  },
  "hash": "(none)"
}