JavaWebStack / JavaWebStack/http-client
Add HTTPRequest getPath
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
Currently it's not possible to retrieve the path of a request in an interceptor. This could be useful for filtering or logging
Describe the solution you'd like
Add getPath() to HTTPRequest
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the HTTPRequest class and reviewing how interceptors access request data. Add the requested getPath() entry point so an interceptor can retrieve the request path for filtering or logging. Done means HTTPRequest exposes the path as described and the project’s existing checks still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100