MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / createRequest

Method createRequest

http/client_impl.go:189–194  ·  view source on GitHub ↗
(method string, path string, requestBody interface{}, logger log.Logger)

Source from the content-addressed store, hash-verified

187}
188
189func (c *client) createRequest(method string, path string, requestBody interface{}, logger log.Logger) (
190 *http.Request,
191 error,
192) {
193 return c.createRequestForURL(method, fmt.Sprintf("%s%s", c.config.URL, path), requestBody, logger)
194}
195
196func (c *client) createRequestForURL(method string, u string, requestBody interface{}, logger log.Logger) (
197 *http.Request,

Callers

nothing calls this directly

Calls 1

createRequestForURLMethod · 0.95

Tested by

no test coverage detected