Skip to content

URI Object

Paul Mansour edited this page May 29, 2020 · 3 revisions

Properties

URI, Authority, UserInfo, Host, Port, SubDomain, Domain, TLD, Resource, Path, Query, Fragment, Segments, MatrixParameters, QueryParameters

Methods

ComposeURI, NewURI

About

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.

Clone this wiki locally