Describe the bug
A clear and concise description of what the bug is.
Can't send encoded body with GZipCodec().encode(utf8.encode( json.encode(body), ))
but http can
To Reproduce
Steps to reproduce the behavior:
- Encode body with
GZipCodec().encode(utf8.encode( json.encode(body),))
- Make post request
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information):
- Flutter version: 2.10.4
- IDE: VS Code
http_interceptor: ^2.0.0-beta.5
Additional context
Add any other context about the problem here.