net/http.Request.WithContext (method)
7 uses
net/http (current package)
h2_bundle.go#L6431: req = req.WithContext(st.ctx)
request.go#L368: func (r *Request) WithContext(ctx context.Context) *Request {
server.go#L3813: r = r.WithContext(ctx)
net/http/httptest
httptest.go#L54: req = req.WithContext(ctx)
net/http/httputil
reverseproxy.go#L479: outreq = outreq.WithContext(httptrace.WithClientTrace(outreq.Context(), trace))
golang.org/x/net/http2
server.go#L2316: req = req.WithContext(st.ctx)
google.golang.org/grpc/internal/transport
proxy.go#L137: req = req.WithContext(ctx)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)