How to detect zstd compression?
I am currently working on a python application, that works with facebook api's. As we all know, facebook loves their own technology and is working with zstd for data compression. The problem: facebook is returning either a uncompressed response with…