Re: Does HttpDLX support gzip encoding? (General questions)
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:
- Does HttpDLX support gzip encoding? - audicieux, 2006-03-03, 17:25
- Re: Does HttpDLX support gzip encoding? - wodDrazen, 2006-03-03, 17:47