Hello, I have a CGI Lazarus application in server side through which I'm sending and reciving data in json format.
I would like to compress the information or at least a portion of it.
With Lazarus I can use some component or library like paszlib but I don't know how can I do it using TMSWebcore in the client side.
How can I compress and decopress streams with TMSWebCore?
Thanks