-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
It is possible to decode all responses to UTF-8 using interceptResponse? #120
Comments
Sorry that it has taken me this long to reply. In short, I think the library should be able to change it. I will take a look at it as soon as I can and get back on it. Probably in a |
No problem, thanks for the update! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Usually, the Now, if your server is not sending it using the encoding you set, then it might be an issue with the server and not the client(your flutter/dart app) |
Now in other notes, #124 should take care of changing the body, but it is far from a feature implemented. Sorry about that 😞 |
That's fine. It would be cool to change the body but it's not something that's impossible to address elsewhere in the code. Your package is awesome :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Currently, my interceptResponse looks like:
The problem is that the response body are not changing. Even when i manually set the body value to an empty string, the response.body outside of the intercepter is not changing.
The text was updated successfully, but these errors were encountered: