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

Function NewRequest

api/router/request.go:85–90  ·  view source on GitHub ↗
(request *http.Request, body io.ReadSeeker)

Source from the content-addressed store, hash-verified

83}
84
85func NewRequest(request *http.Request, body io.ReadSeeker) *Request {
86 return &Request{
87 Request: request,
88 body: body,
89 }
90}

Calls

no outgoing calls

Tested by

no test coverage detected