Skip to content

Conversation

@am2rican5
Copy link
Contributor

Summary

  • Add url parse subcommand that parses URLs into their components (scheme, host, port, path, query, fragment, username, password)
  • Query parameters are extracted as key-value pairs
  • Duplicate query parameter keys are grouped into arrays (e.g., ?a=1&a=2{"a": ["1", "2"]})

Usage

ut url parse "https://example.com:8080/path?key=value#section"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant