We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the Question
How do I implement a Java servlet-like forward with the URL address unchanged?
Reproducible Code
c.Redirect(consts.StatusFound, []byte("/test"))
Expected behavior
Redirect jump, URL address remains unchanged Although redirected now, the browser URL has also changed
Hertz version:
0.6.2
Environment:
The output of go env.
go env
Additional context
Add any other context about the question here.
The text was updated successfully, but these errors were encountered:
same to #469
Sorry, something went wrong.
Hello @springrain If you are using it in production environment, could you pls register #73? If so, we can raise the priority a little.
Hi @springrain I will be re-developing handleContext in the near future, does it meet your needs?
Thank you very much, I need this feature, but there is no rush
ok
li-jin-gou
No branches or pull requests
Describe the Question
How do I implement a Java servlet-like forward with the URL address unchanged?
Reproducible Code
Expected behavior
Redirect jump, URL address remains unchanged
Although redirected now, the browser URL has also changed
Hertz version:
0.6.2
Environment:
The output of
go env
.Additional context
Add any other context about the question here.
The text was updated successfully, but these errors were encountered: