build_url_2
Build a URL from components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname | |
| path | No | URL path | |
| port | No | Port number | |
| query | No | Query string (without ?) | |
| scheme | No | URL scheme | https |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| components | Yes |