External references, such as a standards document, or specification?
http://javadoc.google-http-java-client.googlecode.com/hg/1.12.0-beta/com/google/
api/client/http/HttpContent.html
http://javadoc.google-http-java-client.googlecode.com/hg/1.12.0-beta/com/google/
api/client/http/HttpRequest.html#setEnableGZipContent(boolean)
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
All
Please describe the feature requested.
This adds a new HttpEncoding interface that would allow an arbitrary encoding
to be applied to the request content, for example GZip encoding. We would
deprecate HttpRequest.setEnableGZipContent(boolean) and instead add a new
HttpRequest.setEncoding(HttpEncoding) method, as well as a built-in
GZipEncoding implementation.
Original issue reported on code.google.com by yan...@google.com on 21 Dec 2012 at 4:42
Original issue reported on code.google.com by
yan...@google.com
on 21 Dec 2012 at 4:42