const http_connection_pool_size: type = if (@hasDecl(options_override, "http_connection_pool_size")) options_override.http_connection_pool_size else http.Client.default_connection_pool_size;
[src]
const http_connection_pool_size: type = if (@hasDecl(options_override, "http_connection_pool_size")) options_override.http_connection_pool_size else http.Client.default_connection_pool_size;