[Question]: How do I implement a Java servlet-like forward with the URL address unchanged?
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.
Additional context
Add any other context about the question here.
same to https://github.com/cloudwego/hertz/pull/469
Hello @springrain If you are using it in production environment, could you pls register https://github.com/cloudwego/hertz/issues/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
Thank you very much, I need this feature, but there is no rush
ok