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

Method PerformRequest

cf/net/gateway.go:242–244  ·  view source on GitHub ↗
(request *Request)

Source from the content-addressed store, hash-verified

240}
241
242func (gateway Gateway) PerformRequest(request *Request) (*http.Response, error) {
243 return gateway.doRequestHandlingAuth(request)
244}
245
246func (gateway Gateway) performRequestForResponseBytes(request *Request) ([]byte, http.Header, *http.Response, error) {
247 rawResponse, err := gateway.doRequestHandlingAuth(request)

Callers 8

callAPIMethod · 0.80
RequestMethod · 0.80
gateway_test.goFile · 0.80

Calls 1

doRequestHandlingAuthMethod · 0.95

Tested by

no test coverage detected