-
Notifications
You must be signed in to change notification settings - Fork 1
URI Object
Paul Mansour edited this page May 29, 2020
·
3 revisions
URI, Authority, UserInfo, Host, Port, SubDomain, Domain, TLD, Resource, Path, Query, Fragment, Segments, MatrixParameters, QueryParameters
The URI object is used to parse and compose (HTTP) URIs as defined by RFC3968. It provides properties for all of the component parts of a URI. The NewURI method takes a URI string and returns a URI object. The properties are percent-decoded where appropriate. The ComposeURI method composes the URI as defined by the object and returns a URI string, percent-encoded where appropriate.