2013/3/11 Leonardo M. Ramé <[email protected]> > Hi, in order to created gzip'd streams Responses to requests, do I need > to explicitly create the gzipped stream?, if yes, does the browser > decompress it automaticall?. > > Regards, > -- > Leonardo M. Ramé > http://leonardorame.blogspot.com
Hello Leonardo, I use it, and it's very easy to configure it on your (Fast)CGI or server. Please see: http://en.wikipedia.org/wiki/HTTP_compression I use it directly in Apache, configuring in .htaccess file: http://www.parorrey.com/blog/webmaster-tasks/enabling-gzip-compression-on-your-website-on-apache-via-htaccess :) -- Silvio Clécio My public projects - github.com/silvioprog
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
