HttpURI.createHttpURI

Construct a normalized URI. Port is not set if it is the default port.

@param scheme the URI scheme @param host the URI hose @param port the URI port @param path the URI path @param param the URI param @param query the URI query @param fragment the URI fragment @return the normalized URI

class HttpURI
static
createHttpURI
(
string scheme
,
string host
,
int port
,
string path
,
string param
,
string query
,
string fragment
)

Meta