MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Get

Method Get

http/client_impl.go:84–91  ·  view source on GitHub ↗
(path string, responseBody interface{})

Source from the content-addressed store, hash-verified

82}
83
84func (c *client) Get(path string, responseBody interface{}) (statusCode int, err error) {
85 return c.request(
86 http.MethodGet,
87 path,
88 nil,
89 responseBody,
90 )
91}
92
93func (c *client) Post(
94 path string,

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected