Top "Deflate" questions

deflate is a lossless data compression format, and also refers to implementations that compress to the deflate format.

why png size doesn't change after using http gzip compression

I use following .htaccess to set gzip compression: AddOutputFilterByType DEFLATE text/html image/png image/jpeg text/css text/javascript …

apache .htaccess gzip deflate http-compression
Why do real-world servers prefer gzip over deflate encoding?

We already know deflate encoding is a winner over gzip with respect to speed of encoding, decoding and compression size. …

http encoding compression gzip deflate
Can I POST data with python requests lib with http-gzip or deflate compression?

I use the request-module of python 2.7 to post a bigger chunk of data to a service I can't change. Since …

python http gzip deflate
Does .NET's HttpWebResponse uncompress automatically GZiped and Deflated responses?

I am trying to do a request that accepts a compressed response var request = (HttpWebRequest)HttpWebRequest.Create(requestUri); request.Headers.…

c# .net httpwebrequest gzip deflate
php - Get compressed contents using cURL

I need to get content of various web pages. Some of them are compressed using different methods (gzip, deflate, etc). …

php curl compression gzip deflate
Is it possible to force jQuery to make AJAX calls for URLs with gzip/deflate enabled?

I have a web service that is willing to output gzip/deflated data. I've verified that the service will respond …

jquery ajax web-services gzip deflate
zlib: Differences Between the `deflate` and `compress` Functions

What are the differences between the deflate() and compress() functions in zlib? I have looked through online examples and some …

compression zlib deflate
Compress/Decompress NSString in objective-c (iphone) using GZIP or deflate

I have a web-service running on Windows Azure which returns JSON that I consume in my iPhone app. Unfortunately, Windows …

iphone objective-c gzip deflate http-compression
Java Decompress a string compressed with zlib deflate

As the title says. How do you decompress a compressed string which was compressed with zlib deflate? What is the …

java zlib deflate
MsgPack for compressing json data, why not using gzip/deflate?

I heard something about MsgPack that can be used for compressing json messages, but I have a question about that, …

compression gzip deflate msgpack