Type: lib.urllib.ParseURL
Namespace: lib.urllib
Description
Parse a URL into its components using urllib.parse.urlparse.
urllib, parse, url
Use cases:
- Inspect links for validation
- Extract host or path information
- Analyze query parameters
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| url | str |
URL to parse | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | Dict[Any, Any] |
Metadata
Related Nodes
Browse other nodes in the lib.urllib namespace.