GWT chunked and gzip decoding using RequestBuilder
I'm a new with GWT and am using RequestBuilder to send and receive a
request to a server which is sending me a response which has transfer
encoding "chunked" and content encoding gzipped. In the response when
I do "response.getText().Length()".
What is the right way to handle such responses?
I'm trying to work with the http://www.google.com/finance/info?infotype=quote&q=
quote service.
I saw the same questions online but no answers.
I can handle it on the server side , but I prefer if it possible to
use the client side.
What am I missing?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home