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
related microsoft/kiota#598
Guzzle will already decompress responses automatically.
If we have a way to specify default request headers no additional handler is required, just update the factory.
If we don't, add a new handler that adds this header when not present, with gzip as a value. And add that handler to the list of default handlers for the clients
The text was updated successfully, but these errors were encountered:
related microsoft/kiota#598
Guzzle will already decompress responses automatically.
If we have a way to specify default request headers no additional handler is required, just update the factory.
If we don't, add a new handler that adds this header when not present, with gzip as a value. And add that handler to the list of default handlers for the clients
The text was updated successfully, but these errors were encountered: