-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.HTTPCompression
Andrew Lambert edited this page Jan 7, 2023
·
6 revisions
libcURL.EasyHandle.HTTPCompression
Dim HTTPCompression As Boolean
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.)
- CURLOPT_ACCEPT_ENCODING in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.