libcURL.EasyHandle.HTTPCompression - charonn0/RB-libcURL GitHub Wiki
libcURL.EasyHandle.HTTPCompression
Property Declaration
Dim HTTPCompression As Boolean
Remarks
Gets and sets whether libcurl will request HTTP compression. Setting this to True will enable/request all forms of compression that libcurl was built to use (zlib, bzip2, brotli, ZStd, etc.)
See also
- CURLOPT_ACCEPT_ENCODING in the libcURL documentation.