Re: Does HttpDLX support gzip encoding? - WeOnlyDo Discussion board

Re: Does HttpDLX support gzip encoding? (General questions)

by wodDrazen, Friday, March 03, 2006, 17:47 (6839 days ago) @ audicieux

Hi,

WodHttpDLX ActiveX component support GZIP or ZLIB compression.
You need to use Compression Property to enable it.

Here is example:
wodHttp1.Compression = True

If server supports these compression, returned response may be up to 80 smaller than original.
When wodHttpDLX receives such response, it will write uncompressed data to you.

More help for Compression Property find here:
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLXLib~wodHttpDLX~Compression.html


Hope I helped.

Regards,
Drazen


Complete thread: