plugins.rest.settings.result.behavior.statistics.enable
Whether to enable statistics or not.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.rest.settings.result.behavior.statistics.stats
See https://curl.se/libcurl/c/curl_easy_getinfo.html.
Plugin default:
[
{
__unkeyed = "total_time";
title = "Time taken:";
}
{
__unkeyed = "size_download_t";
title = "Download size:";
}
]
Type: null or (list of ((attribute set of string) or raw lua code))
Default:
null
Declared by: