Interface UriValues

https://en.wikipedia.org/wiki/Uniform_Resource_Identifier scheme:[//[user:password@]domain[:port]][/]path[?query][#fragment]

                     hierarchical part
???????????????????????????????????????????
authority path
???????????????????????????????????????????
abc://username:password@example.com:123/path/data?key=value#fragid1
??? ????????????????? ??????????? ??? ????????? ???????
scheme user information host port query fragment

Hierarchy

Implemented by

Properties

fragment?: null | string

The escaped URI fragment.

host?: null | string

The host component of this instance.

path?: null | string

The absolute path of the URI.

port?: null | number

The port number of this URI.

query?: null | string

Gets any query information included in the specified URI.

scheme?: null | Any

The scheme name for this URI.

userInfo?: null | string

The user name, password, or other user-specific information associated with the specified URI.

Generated using TypeDoc