You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #1323 in mind, this should use Cargo flags to only bring in the dependencies and code if the crate user wants the behavior. In other words, if someone does not want to compress the payload, they shouldn't have to download and compile the gzip crate. 😄
As shown in the API docs, it is possible to send compressed payload on PutMetricData operation.
In order to do that I need to compress payload before it is being signed and need to add Content-Encoding: gzip.
I can only provide my request_dispatcher to client, and on dispatch phase it receives an already SignedRequest which doesn't help.
Can we add an option to compress payload with gzip without sending it?
I would be happy to implement that.
The text was updated successfully, but these errors were encountered: