Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: expose request.get_raw_path #227

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

garciasdos
Copy link

Related with Kong/kong#14338 and the change introduced in Kong/kong#8823

This pull request includes updates to the request package to add a new method for retrieving the raw, non-normalized version of the request path. Additionally, it includes updates to the corresponding tests and protocol definitions.

Additions and Updates to Request Methods:

  • request/request.go: Added a new method GetRawPath() which returns the raw, non-normalized version of the request path. Updated the comments for GetPath() to clarify that it returns the normalized path component.

Updates to Tests:

Protocol Definition Updates:

@CLAassistant
Copy link

CLAassistant commented Mar 3, 2025

CLA assistant check
All committers have signed the CLA.

@garciasdos garciasdos changed the title Feat/get raw path feat: expose request.get_raw_path Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants