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

Function NewRequest

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

Source from the content-addressed store, hash-verified

27}
28
29func NewRequest(request *http.Request, body io.ReadSeeker) *Request {
30 return &Request{
31 Request: request,
32 body: body,
33 }
34}

Callers 4

newHTTPRequestMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected