|
35 | 35 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
36 | 36 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
37 | 37 | |enabled|Enables or disables TLS on this API|`boolean`|`false`
|
| 38 | +|insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>` |
38 | 39 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
39 | 40 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
40 | 41 |
|
|
100 | 101 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
101 | 102 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
102 | 103 | |enabled|Enables or disables TLS on this API|`boolean`|`false`
|
| 104 | +|insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>` |
103 | 105 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
104 | 106 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
105 | 107 |
|
|
194 | 196 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
195 | 197 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
196 | 198 | |enabled|Enables or disables TLS on this API|`boolean`|`false`
|
| 199 | +|insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>` |
197 | 200 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
198 | 201 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
199 | 202 |
|
|
260 | 263 | |expectContinueTimeout|See [ExpectContinueTimeout in the Go docs](https://pkg.go.dev/net/http#Transport)|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
261 | 264 | |headers|Adds custom headers to HTTP requests|`map[string]string`|`<nil>`
|
262 | 265 | |idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
| 266 | +|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|`int`|`<nil>` |
263 | 267 | |maxIdleConns|The max number of idle connections to hold pooled|`int`|`<nil>`
|
264 | 268 | |method|Deprecated: Please use 'transactions.handler.simple.gasOracle.method' instead|`string`|`<nil>`
|
265 | 269 | |mode|Deprecated: Please use 'transactions.handler.simple.gasOracle.mode' instead|'connector', 'restapi', 'fixed', or 'disabled'|`<nil>`
|
|
289 | 293 | |---|-----------|----|-------------|
|
290 | 294 | |count|The maximum number of times to retry|`int`|`<nil>`
|
291 | 295 | |enabled|Enables retries|`boolean`|`<nil>`
|
| 296 | +|errorStatusCodeRegex|The regex that the error response status code must match to trigger retry|`string`|`<nil>` |
292 | 297 | |initWaitTime|The initial retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
293 | 298 | |maxWaitTime|The maximum retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
294 | 299 |
|
|
300 | 305 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
301 | 306 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
302 | 307 | |enabled|Enables or disables TLS on this API|`boolean`|`<nil>`
|
| 308 | +|insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>` |
303 | 309 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
304 | 310 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
305 | 311 |
|
|
348 | 354 | |expectContinueTimeout|See [ExpectContinueTimeout in the Go docs](https://pkg.go.dev/net/http#Transport)|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
349 | 355 | |headers|Adds custom headers to HTTP requests|`map[string]string`|`<nil>`
|
350 | 356 | |idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
| 357 | +|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|`int`|`<nil>` |
351 | 358 | |maxIdleConns|The max number of idle connections to hold pooled|`int`|`<nil>`
|
352 | 359 | |method|The HTTP Method to use when invoking the Gas Oracle REST API|`string`|`<nil>`
|
353 | 360 | |mode|The gas oracle mode|'connector', 'restapi', 'fixed', or 'disabled'|`<nil>`
|
|
377 | 384 | |---|-----------|----|-------------|
|
378 | 385 | |count|The maximum number of times to retry|`int`|`<nil>`
|
379 | 386 | |enabled|Enables retries|`boolean`|`<nil>`
|
| 387 | +|errorStatusCodeRegex|The regex that the error response status code must match to trigger retry|`string`|`<nil>` |
380 | 388 | |initWaitTime|The initial retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
381 | 389 | |maxWaitTime|The maximum retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
382 | 390 |
|
|
388 | 396 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
389 | 397 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
390 | 398 | |enabled|Enables or disables TLS on this API|`boolean`|`<nil>`
|
| 399 | +|insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>` |
391 | 400 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
392 | 401 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
393 | 402 |
|
|
408 | 417 | |expectContinueTimeout|See [ExpectContinueTimeout in the Go docs](https://pkg.go.dev/net/http#Transport)|[`time.Duration`](https://pkg.go.dev/time#Duration)|`1s`
|
409 | 418 | |headers|Adds custom headers to HTTP requests|`map[string]string`|`<nil>`
|
410 | 419 | |idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[`time.Duration`](https://pkg.go.dev/time#Duration)|`475ms`
|
| 420 | +|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|`int`|`0` |
411 | 421 | |maxIdleConns|The max number of idle connections to hold pooled|`int`|`100`
|
412 | 422 | |passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|`boolean`|`false`
|
413 | 423 | |requestTimeout|The maximum amount of time that a request is allowed to remain open|[`time.Duration`](https://pkg.go.dev/time#Duration)|`30s`
|
|
432 | 442 | |---|-----------|----|-------------|
|
433 | 443 | |count|The maximum number of times to retry|`int`|`5`
|
434 | 444 | |enabled|Enables retries|`boolean`|`false`
|
| 445 | +|errorStatusCodeRegex|The regex that the error response status code must match to trigger retry|`string`|`<nil>` |
435 | 446 | |initWaitTime|The initial retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`250ms`
|
436 | 447 | |maxWaitTime|The maximum retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`30s`
|
437 | 448 |
|
|
443 | 454 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
444 | 455 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
445 | 456 | |enabled|Enables or disables TLS on this API|`boolean`|`false`
|
| 457 | +|insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>` |
446 | 458 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
447 | 459 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
0 commit comments