Revert "config: document http options"
This reverts commit 5f598574483e59af377ae447857d40872563ac87.
This commit is contained in:
parent
1ce9c1ba45
commit
dcb70f7def
|
@ -80,15 +80,7 @@ type RuntimeConfig struct {
|
||||||
DNSUDPAnswerLimit int
|
DNSUDPAnswerLimit int
|
||||||
DNSRecursors []string
|
DNSRecursors []string
|
||||||
|
|
||||||
// HTTPBlockEndpoints is a list of endpoint prefixes to block in the
|
HTTPBlockEndpoints []string
|
||||||
// HTTP API. Any requests to these will get a 403 response.
|
|
||||||
//
|
|
||||||
// hcl: http_config { block_endpoints = []string }
|
|
||||||
HTTPBlockEndpoints []string
|
|
||||||
|
|
||||||
// HTTPResponseHeaders are used to add HTTP header response fields to the HTTP API responses.
|
|
||||||
//
|
|
||||||
// hcl: http_config { response_headers = map[string]string }
|
|
||||||
HTTPResponseHeaders map[string]string
|
HTTPResponseHeaders map[string]string
|
||||||
|
|
||||||
// TelemetryCirconus*: see https://github.com/circonus-labs/circonus-gometrics
|
// TelemetryCirconus*: see https://github.com/circonus-labs/circonus-gometrics
|
||||||
|
|
Loading…
Reference in New Issue