easy:SetOpt_HTTP_Transfer_Decoding -- enable/disable HTTP transfer decoding
Synopsis
easy:SetOpt_HTTP_Transfer_Decoding(enabled)
Function
Pass a value to tell libcurl how to act on transfer decoding. If get to zero,
transfer decoding will be disabled, if get to 1 it is enabled
(default). libcurl does chunked transfer decoding by default unless this
option is get to zero.