Format
Construct a URL string from its components.
Input
Field | Definition | Type | Required |
---|---|---|---|
protocol | URL protocol field. For example, http or https . |
String | FALSE |
host | Host name. | String | TRUE |
port | Port number. Typically 80 for HTTP and 443 for HTTPS. |
Number | FALSE |
path | Resource path within the host. | String | FALSE |
query | Query string without the ? question mark. |
String | FALSE |
Output
Field | Definition | Type |
---|---|---|
url | Formatted URL value. | String |