I want to try and implement compression into my webapp, but the methods I use online just don't seem to work. .htaccess files dont work for my webapp, and all the python-flask libraries I download don't enable gzip.
Is there any way for me to implement compression into my web app?
Thanks