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

ResponseMiddleware cannot rewrite response body #666

Open
superorange opened this issue Jun 6, 2023 · 1 comment
Open

ResponseMiddleware cannot rewrite response body #666

superorange opened this issue Jun 6, 2023 · 1 comment

Comments

@superorange
Copy link

If an API endpoint returns encrypted data and I need to decrypt the data in the ResponseMiddleware before calling SetResult to process it correctly. How should I implement it now
image

@jeevatkm
Copy link
Member

@superorange Currently, you can only process response objects/values via ResponseMiddleware no override/overwrite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants