For every output except `ABSOLUTE`, this produces a URL with leading '//' and no host: ``` js from = "http://a.com/base" to = "http://a.com:43715/base/more" /* result: */ "//:43715/base/more" ``` (see [runkit demo](https://runkit.com/embed/r64qpq2lgz7q))