<div></div>
<url-new schema="https" host="example.com" port="8080" path="/api/v1" query="key=value" anchor="section"> <url-to-string> <assert-equal value="https://example.com:8080/api/v1?key=value#section" type="string">
<div></div>
<url-new schema="https" host="example.com"> <url-to-string> <assert-equal value="https://example.com" type="string">