Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(client): add
Destination::try_from_uri
constructor
This change adds a try_from_uri function for creating Destinations outside of the hyper crate. The Destination can only be built if the uri contains a valid authority and scheme as these are required to build a Destination.
- Loading branch information