google / uri.dart

Utilities for working with URIs in Dart
https://pub.dev/packages/uri
BSD 3-Clause "New" or "Revised" License
78 stars 40 forks source link

Expose path, query and fragment variables to UriParser users #49

Open LucasJC opened 2 years ago

LucasJC commented 2 years ago

The idea is to expose the variables obtained by the UriParser which could be useful information if working with templates which are not known beforehand

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

JKRhb commented 11 months ago

Would be great to be able to access these variables – would it be possible to merge this PR or integrate a similar functionality into the upstream project? CC @kevmoo