Use this tag for questions regarding specifying content encoding on HTTP requests.
What is the current state of affairs when it comes to whether to do Transfer-Encoding: gzip or a Content-Encoding: gzip …
http gzip content-encoding transfer-encodingI've a HTTP communication to a webserver requesting JSON data. I'd like compress this data stream with Content-Encoding: gzip. Is …
android http gzip content-encodingWhat InputStream type should be used to handle URLConnection streams that have HTTP Content-Encoding set to deflate? For a Content-Encoding …
java http http-compression content-encodingWhat is the difference between the two HTTP headers? Accept-Encoding:gzip Content-Encoding:gzip
http-headers gzip content-encoding http-accept-encodingIs there any way to know if the message body of an HTTP response is encoded with Base64? I learnt …
http base64 content-encodingWhat is the difference between using ob_start() and ob_start('ob_gzhandler') ? How does it affect the page speed ?
php buffer content-encodingI am serving all content through apache with Content-Encoding: zip but that compresses on the fly. A good amount of …
apache http gzip mod-deflate content-encodingI've created an API.NET Web API. It uses the default utf-8 content encoding. I need the output to be …
asp.net web-services asp.net-web-api content-type content-encodingI've got a site that throws a Content Encoding Error in the browser if a ob_start('ob_gzhandler') is …
php content-encodingI am fetching some pages over the Web using Perl's LWP::UserAgent and would like to be as polite as …
perl lwp content-encoding