I have a REST API that I'm trying to get working with GZIP compression. I'm testing the API using Paw. My response is application/json. Three Paw-specific questions:
- Once I get this working on the server, is there anything I need to do to configure Paw to accept a GZIP'd response?
- Will Paw automatically un-compress for me?
- How can I verify that the response was compressed from the server?