MCPcopy Create free account
hub / github.com/golang/appengine / Request

Method Request

internal/api_classic.go:85–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 return fmt.Errorf("testingContext: unsupported Call")
84}
85func (t *testingContext) Request() interface{} { return t.req }
86
87func ContextForTesting(req *http.Request) context.Context {
88 return withContext(context.Background(), &testingContext{req: req})

Callers 1

IncomingHeadersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected