Interface: IUrlParts
Model to describe the parts of a url.
Properties
schema
schema:
string
The schema for the url.
host
host:
string
The host for the url.
port?
optionalport?:number
The port for the url.
path
path:
string
The path for the url.
params?
optionalparams?:string
The params for the url.
hash?
optionalhash?:string
The hash for the url.