{
  "parsed_url": {
    "protocol": "http:",
    "slashes": true,
    "auth": null,
    "host": "my_service_host:2000",
    "port": "2000",
    "hostname": "my_service_host",
    "hash": "#my_hash",
    "search": "?foo=bar",
    "query": "foo=bar",
    "pathname": "/v1",
    "path": "/v1?foo=bar",
    "href": "http://my_service_host:2000/v1?foo=bar#my_hash"
  }
}