EnsoFinance / temper

Temper your expectations - Ethereum Transaction Simulator
MIT License
348 stars 44 forks source link

Add support for gzip #34

Open poolpitako opened 6 months ago

poolpitako commented 6 months ago

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.