eWaterCycle / remotebmi

BMI over openapi spec
http://www.ewatercycle.org/remotebmi/
Apache License 2.0
0 stars 1 forks source link

Add compression #7

Open sverhoeven opened 2 months ago

sverhoeven commented 2 months ago

The response of get_value can be big. It would be nice if response could be compressed with gzip or brotli so it is smaller over the wire. Both client and server implementations should have gzip support and maybe brotli support.

sverhoeven commented 2 months ago

Check compression support