Proposal:
As suggest into the best practices session, I propose to add the gzip compression on the HTTP client
Current behavior:
Now the HTTP request are not using the "Content-Encoding: gzip" and the deflated body in the request
Desired behavior:
Add an optional "compression" params and implement the compressed body (I guess only for the POST request)
Alternatives considered:
...
Use case:
See the best practice here
Proposal:
As suggest into the best practices session, I propose to add the gzip compression on the HTTP client
Current behavior:
Now the HTTP request are not using the "Content-Encoding: gzip" and the deflated body in the request
Desired behavior:
Add an optional "compression" params and implement the compressed body (I guess only for the POST request)
Alternatives considered:
...
Use case:
See the best practice here