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

Method RequestURL

http/client_impl.go:75–82  ·  view source on GitHub ↗
(method string, url string, requestBody interface{}, responseBody interface{})

Source from the content-addressed store, hash-verified

73}
74
75func (c *client) RequestURL(method string, url string, requestBody interface{}, responseBody interface{}) (statusCode int, err error) {
76 return c.requestURL(
77 method,
78 url,
79 requestBody,
80 responseBody,
81 )
82}
83
84func (c *client) Get(path string, responseBody interface{}) (statusCode int, err error) {
85 return c.request(

Callers

nothing calls this directly

Calls 1

requestURLMethod · 0.95

Tested by

no test coverage detected