MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / requestURL

Method requestURL

http/client_impl.go:109–116  ·  view source on GitHub ↗
(
	method string,
	u string,
	requestBody interface{},
	responseBody interface{},
)

Source from the content-addressed store, hash-verified

107}
108
109func (c *client) requestURL(
110 method string,
111 u string,
112 requestBody interface{},
113 responseBody interface{},
114) (int, error) {
115 return c.requestURLWithLogger(method, u, requestBody, responseBody, c.logger)
116}
117
118func (c *client) requestURLWithLogger(
119 method string,

Callers 1

RequestURLMethod · 0.95

Calls 1

requestURLWithLoggerMethod · 0.95

Tested by

no test coverage detected