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

something wrong with Context.FullPath() #1955

Closed
yangst90 opened this issue Jun 18, 2019 · 2 comments
Closed

something wrong with Context.FullPath() #1955

yangst90 opened this issue Jun 18, 2019 · 2 comments

Comments

@yangst90
Copy link

yangst90 commented Jun 18, 2019

I have two handlers, like:
router.POST("/a", handlerA)
router.POST("/b",handlerB)
when I call context.FullPath() in handlerA, I got "/b",
I don't know what is wrong.

@yangst90
Copy link
Author

now I use context.Request.URL.Path instead.

@thinkerou
Copy link
Member

please see #1919

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

No branches or pull requests

2 participants