I am attempting to gzip the body of a large POST request, and have not yet found a way to gzip strings in Corona without upgrading to an Enterprise license, which seems a bit off.
* No libraries mention compression support (gzip/zlib) in the documentation.
* C libraries like lua-zlib and lzlib can only be linked to an app with Enterprise support.
* Libraries like LibCompress require BitOp, which is only available for Enterprise customers.
What solutions do you recommend for compressing a large base64-encoded string?