I want to be sure that when i download file contents that they are being compressed via GZIP. The
DFA reporting documentation states that you need to add an accept-encoding header and change the user-client in order to do this, however I am not sure this is needed when using the google python API for requests. According to the
documentation the python API client automatically requests/receives everything in a GZIP format then automatically decompresses the data for you. So I want to verify that my understanding is correct, that whenever I download a report using the Python API the file is being sent as a gzip, then the contents are automatically decompressed when they are returned to python?