terraref / brapi

Breeder's API implementation for TERRA-REF
https://terraref.org/brapi/v1/calls
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Implement compression #54

Open dlebauer opened 2 years ago

dlebauer commented 2 years ago

pass compressed responses, a standard approach is using gzip

this should not be difficult, e.g. see https://stackoverflow.com/a/62331275/199217