Versions in this module Expand all Collapse all v0 v0.1.7 Aug 27, 2015 v0.1.6 Aug 24, 2015 Changes in this version + type HTTPClient interface + MakeRequest func(req *http.Request) (*http.Response, error) + type HttpJson struct + Services []Service + func (h *HttpJson) Description() string + func (h *HttpJson) Gather(acc plugins.Accumulator) error + func (h *HttpJson) SampleConfig() string + type RealHTTPClient struct + func (c RealHTTPClient) MakeRequest(req *http.Request) (*http.Response, error) + type Service struct + Method string + Name string + Parameters map[string]string + Servers []string