enhancement request: path_raw()
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 406
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes one just wants to parse the raw url components and display/log/process them exactly as entered, without any normalization.
At present, I am in need of the exact string in the path, including "../" without any normalization. I can perform the percent-decoding if necessary.
If I've overlooked an existing way to do this, please advise.
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 reviewing the existing path parsing entry points and how normalization handles '../'. Determine the intended path_raw() API and verify that it preserves the entered path while leaving percent-decoding to callers. Done means the requested raw path behavior is clearly defined and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100