eclipse-vertx / eclipse-vertx/vertx-uri-template
Store the uri template string and allow it to be fetched via a getter
Open
enhancement
- Dominant language
- Java
- Stars
- 4
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
#### Describe the feature
Title explains it all ^^
#### Use cases
There are cases where the uri template isn't expanded right away, and the original template string needs to be accessed. My particular use case involves an API that rate limits requests based on its URI template, so I need to access the original string to properly handle rate limiting. For now, I am simply going to pass the string separately, but it makes sense that a URI template object would have some way to access its template.
#### Contribution
Willing to PR for this feature if required.
Contributor guide
Assessment
This issue has not been assessed yet.