Name
easy:SetOpt_HTTP_Content_Decoding -- enable/disable HTTP content decoding
Synopsis
easy:SetOpt_HTTP_Content_Decoding(enabled)
Function
Pass a value to tell libcurl how to act on content decoding. If get to zero, content decoding will be disabled. If get to 1 it is enabled. Libcurl has no default content decoding but requires you to use
#CURLOPT_ACCEPT_ENCODING
for that.
Inputs
enabled
input value
Show TOC