temper icon indicating copy to clipboard operation
temper copied to clipboard

Add support for gzip

Open poolpitako opened this issue 2 years ago • 0 comments

Test with:

curl -v -d "@data.json" -H 'Accept-encoding: gzip' -H "Content-Type: application/json" -X POST http://localhost:8080/api/v1/simulate

You will notice that the server doesn't support compression.

poolpitako avatar Mar 24 '24 01:03 poolpitako