Jeevanandam M.
Jeevanandam M.
@topoldo Thanks for reporting. Can you please try this and let me know? After confirmation, I will add this fix into the v3.3.1 release. On line 245, change width to...
Thanks for the confirmation. I have added this fix into v3.3.1 dev branch.
@brounnoupegreula-7757 I do not know much about Bazel. Please refer to this file https://github.com/go-resty/resty/blob/v2/BUILD.bazel
@brounnoupegreula-7757 Any update?
@frank30941 Where should we add this line? In `BUILD.bazel`??
PR #833 merged!
@MagHErmit Any update?
@MagHErmit, Are you interested in updating the PR?
@trim21 On the response body, the [user can take control](https://pkg.go.dev/github.com/go-resty/resty/v2#Client.SetDoNotParseResponse) from Resty and handle the read response body. In the upcoming [Resty v3](https://github.com/go-resty/resty/milestone/34), I will resolve the request body with...
In the upcoming Resty v3, I'm adding a feature for registering the user's compressed mechanism for request and response, which would cover this use case.