void _init()

in cpp/include/darabonba/util.hpp [18:35]


  void _init() {
    _name = map<string, string>({
        {"autoretry", "autoretry"},
        {"ignoreSSL", "ignoreSSL"},
        {"maxAttempts", "max_attempts"},
        {"backoffPolicy", "backoff_policy"},
        {"backoffPeriod", "backoff_period"},
        {"readTimeout", "readTimeout"},
        {"connectTimeout", "connectTimeout"},
        {"httpProxy", "httpProxy"},
        {"httpsProxy", "httpsProxy"},
        {"noProxy", "noProxy"},
        {"maxIdleConns", "maxIdleConns"},
        {"localAddr", "localAddr"},
        {"socks5Proxy", "socks5Proxy"},
        {"socks5NetWork", "socks5NetWork"},
    });
  }