Im working on a project in which clients will query a CR6 datalogger for data through HTTP. However, its required that Server response must support gzip HTTP compression. I couldnt find information whether CR6 responses using HTTPOut is uncompressed or not. Could I created a file with the data I want to send, use the Gzip function on this file to compress it and HTTPOut the compressed file path ?