Versions in this module Expand all Collapse all v0 v0.10.1 Jan 27, 2016 Changes in this version type HttpJson + Headers map[string]string v0.10.0 Jan 9, 2016 Changes in this version + type HTTPClient interface + MakeRequest func(req *http.Request) (*http.Response, error) + type HttpJson struct + Method string + Name string + Parameters map[string]string + Servers []string + TagKeys []string + func (h *HttpJson) Description() string + func (h *HttpJson) Gather(acc inputs.Accumulator) error + func (h *HttpJson) SampleConfig() string + type RealHTTPClient struct + func (c RealHTTPClient) MakeRequest(req *http.Request) (*http.Response, error)