MCPcopy
hub / github.com/cloudfoundry/cli / Request

Method Request

cf/api/curl.go:21–21  ·  view source on GitHub ↗
(method, path, header, body string, failOnHTTPError bool)

Source from the content-addressed store, hash-verified

19
20type CurlRepository interface {
21 Request(method, path, header, body string, failOnHTTPError bool) (resHeaders string, resBody string, apiErr error)
22}
23
24type CloudControllerCurlRepository struct {

Callers 2

ExecuteMethod · 0.65
curl_test.goFile · 0.65

Implementers 3

FakeCurlRepositorycf/api/apifakes/fake_curl_repository.g
OldFakeCurlRepositorycf/api/apifakes/old_fake_curl_repo.go

Calls

no outgoing calls

Tested by

no test coverage detected