Type: lib.urllib.JoinURL
Namespace: lib.urllib
Description
Join a base URL with a relative URL using urllib.parse.urljoin.
urllib, join, url
Use cases:
- Build absolute links from relative paths
- Combine API base with endpoints
- Resolve resources from a base URL
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| base | str |
Base URL | `` |
| url | str |
Relative or absolute URL | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Metadata
Related Nodes
Browse other nodes in the lib.urllib namespace.