Constants for `x-forwarded-*` headers
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 378
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 5
Description
Was it a conscious decision not to add HeaderName constants for x-forwarded-for, x-forwarded-host and x-forwarded-proto? They are only mentioned in the FORWARDED const.
If not, rather than adding them to my project, I'd be happy to create a PR for it, should be trivial.
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 existing HeaderName constants and the FORWARDED constant referenced in the issue. Check how related header constants are exposed, then add the three x-forwarded-* constants if no prior decision explains their absence. Done means all three names are available consistently with the existing header constants.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100