deprecate / metal-uri

Class for parsing and formatting URIs.
Other
3 stars 7 forks source link

Add information if protocol was added to the original Uri #14

Closed ipeychev closed 7 years ago

ipeychev commented 7 years ago

Currently after uri.toString() the Uri is always returned with protocol (scheme), but there is no way for the user to know if the scheme was added by the Uri implementation, or it was already present in the original Uri. Let's add a new property and function to return this information.