MCPcopy Index your code
hub / github.com/cloudfoundry/cli / MakeCurlRequest

Method MakeCurlRequest

command/v7/actor.go:191–191  ·  view source on GitHub ↗
(httpMethod string, path string, customHeaders []string, httpData string, failOnHTTPError bool)

Source from the content-addressed store, hash-verified

189 ListAppBindings(params v7action.ListAppBindingParams) ([]resources.ServiceCredentialBinding, v7action.Warnings, error)
190 ListServiceAppBindings(params v7action.ListServiceAppBindingParams) ([]resources.ServiceCredentialBinding, v7action.Warnings, error)
191 MakeCurlRequest(httpMethod string, path string, customHeaders []string, httpData string, failOnHTTPError bool) ([]byte, *http.Response, error)
192 MapRoute(routeGUID string, appGUID string, destinationProtocol string, destinationPort int) (v7action.Warnings, error)
193 Marketplace(filter v7action.MarketplaceFilter) ([]v7action.ServiceOfferingWithPlans, v7action.Warnings, error)
194 MoveRoute(routeGUID string, spaceGUID string) (v7action.Warnings, error)

Callers 2

ExecuteMethod · 0.65
curl_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected