netdata/netdata

View on GitHub
src/go/collectors/go.d.plugin/pkg/web/web.go

Summary

Maintainability
A
0 mins
Test Coverage
// SPDX-License-Identifier: GPL-3.0-or-later

package web

// HTTP is a struct with embedded Request and Client.
// This structure intended to be part of the module configuration.
// Supported configuration file formats: YAML.
type HTTP struct {
    Request `yaml:",inline" json:""`
    Client  `yaml:",inline" json:""`
}