Refactor: Added Uri constructor for "scheme + path" use case
Now that Path is disambiguated from other strings, we can have a nicerconstructor for Uri that takes the arguments in logical "scheme + path" order.
Applied the new constructor to remove some post-constructionsetScheme() calls, simplifying the code a bit.
View differences
Refactor: Added Uri constructor for "scheme + path" use case
Now that Path is disambiguated from other strings, we can have a nicer
constructor for Uri that takes the arguments in logical "scheme + path"
order.
Applied the new constructor to remove some post-construction
setScheme() calls, simplifying the code a bit.