Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
From impls of PathAndQuery and Authority for Uri
A Uri may logically hold only an Authority or only a PathAndQuery. Should an application want to make such Uris, it would be easier to safely create them by first making just an Authority or just a PathAndQuery, then cheaply convert them directly into a Uri.
- Loading branch information