Versions in this module Expand all Collapse all v1 v1.2.0 Mar 24, 2017 Changes in this version + var ErrRedirectAttempted = errors.New("redirect") + type HTTPResponse struct + Address string + Body string + FollowRedirects bool + Headers map[string]string + InsecureSkipVerify bool + Method string + ResponseTimeout internal.Duration + SSLCA string + SSLCert string + SSLKey string + func (h *HTTPResponse) Description() string + func (h *HTTPResponse) Gather(acc telegraf.Accumulator) error + func (h *HTTPResponse) HTTPGather() (map[string]interface{}, error) + func (h *HTTPResponse) SampleConfig() string