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

Function NewRequest

api/cloudcontroller/request.go:24–29  ·  view source on GitHub ↗
(request *http.Request, body io.ReadSeeker)

Source from the content-addressed store, hash-verified

22}
23
24func NewRequest(request *http.Request, body io.ReadSeeker) *Request {
25 return &Request{
26 Request: request,
27 body: body,
28 }
29}

Calls

no outgoing calls

Tested by

no test coverage detected