Url
This class is responsible for parsing and matching urls
Constructor Summary
Public Constructor | ||
public |
constructor(url: String) Creates an instance of Url |
Member Summary
Public Members | ||
public get |
Returns the hash of the url |
|
public get |
Returns the host and port of the url |
|
public get |
parameters: Object: * Returns the parameters of the url |
|
public get |
Returns all the parts of the url |
|
public get |
Returns the password from the url |
|
public get |
Returns the path of the url |
|
public get |
Returns the protocol of the url |
|
public get |
Returns the username from the url |
Method Summary
Public Methods | ||
public |
Set the url string |
|
public |
Return the url |