compressed property

bool compressed
final

Whether to use the --compressed option.

When set to true, cURL will request compressed responses and automatically decompress them.

Implementation

final bool compressed;