Uri
Uri - manipulate URLs
Constructor Summary
| Public Constructor | ||
| public |
constructor(uri: string): instance |
|
Member Summary
| Public Members | ||
| public |
[tar]: * |
|
| public |
|
|
| public |
path: * |
|
| public |
|
|
| public |
|
|
| public |
query: * |
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
|
|
| public |
|
|
| public |
gs(val: *, tar: *, fn: *): * |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
Public Constructors
Public Methods
public authority(authority: string): instance source
Params:
| Name | Type | Attribute | Description |
| authority | string | username password part of URL |
Return:
| instance | returns Uri instance for chaining |
public fragment(f: string): instance source
Params:
| Name | Type | Attribute | Description |
| f | string | string representation of fragment |
Return:
| instance | returns Uri instance for chaining |
public gs(val: *, tar: *, fn: *): * source
Params:
| Name | Type | Attribute | Description |
| val | * | ||
| tar | * | ||
| fn | * |
Return:
| * |
public host(f: string): instance source
Params:
| Name | Type | Attribute | Description |
| f | string | string representation of host |
Return:
| instance | returns Uri instance for chaining |
public parse(uri: string): instance source
Params:
| Name | Type | Attribute | Description |
| uri | string | URL |
Return:
| instance | returns Uri instance for chaining |
public port(f: string): instance source
Params:
| Name | Type | Attribute | Description |
| f | string | port part of URL |
Return:
| instance | returns Uri instance for chaining |
public protocol(f: string): instance source
Params:
| Name | Type | Attribute | Description |
| f | string | protocol part of URL |
Return:
| instance | returns Uri instance for chaining |