CONSTANTS
Name | Value | Type | Description |
---|---|---|---|
MAX_URL_LENGTH |
4096
|
uint32 |
There is no maximum URL length defined by RFC 3986, but this length should be long enough to accommodate most non-data: URLs. |
TYPE ALIASES
Name | Value | Description |
---|---|---|
Url |
string [MAX_URL_LENGTH ] |
A URL is used to reference a resource from a specified network location. |