Is there a way to gzip compress data in Lua in a similar manner to PostAsync?
I’m keen to gzip my data prior to posting it, as having the compressed string gives me more options for encrypting the data,
Has anyone had any luck performing this in Lua?