You don't have to do anything special on the client side - the browser will automatically deflate it before you get the content. Just make sure that your server side code respects accept-encoding request header before sending down a compressed file.
--Sri On 31 March 2010 02:02, bradrover <[email protected]> wrote: > I have some larger xml files than I 'd like, but I need to pull them > down and parse them client side. If I zip these up can I still use > RequestBuilder to get the content to the client and deflate it, or is > there a better way ? > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
