Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type HTTP struct + Body string + ContentEncoding string + Headers map[string]*config.Secret + Log telegraf.Logger + Method string + Password config.Secret + SuccessStatusCodes []int + Token config.Secret + TokenFile string + URLs []string + Username config.Secret + func (*HTTP) SampleConfig() string + func (*HTTP) Start(telegraf.Accumulator) error + func (h *HTTP) Gather(acc telegraf.Accumulator) error + func (h *HTTP) Init() error + func (h *HTTP) SetParserFunc(fn telegraf.ParserFunc) + func (h *HTTP) Stop()