MCPcopy
hub / github.com/prometheus/client_golang / httpClient

Struct httpClient

api/client.go:106–109  ·  api/client.go::httpClient

Source from the content-addressed store, hash-verified

104}
105
106type httpClient struct {
107 endpoint *url.URL
108 client http.Client
109}
110
111func (c *httpClient) URL(ep string, args map[string]string) *url.URL {
112 p := path.Join(c.endpoint.Path, ep)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected