MCPcopy Create free account
hub / github.com/cli/cli / Client

Struct Client

api/client.go:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type Client struct {
36 http *http.Client
37}
38
39func (c *Client) HTTP() *http.Client {
40 return c.http

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected