parse_url
Breaks a URL into scheme, hostname, port, path, query, and fragment. Extracts specific components for debugging, routing, or data validation.
Instructions
Break a URL down into scheme, hostname, port, path, query, and fragment.
Args: url: The URL to parse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |