decoding gzip http response
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hey im trying to make a program that uses some http features and analyze the response data , i have encounter a problem when i get responses which are encoded in this method: Transfer-Encoding: chunked Content-Encoding: gzip does anyone have an idea how can i decode the returned data ? so it will be readable. thank you.
Net
modified on Friday, July 25, 2008 5:59 PM