net/http.Request.WithContext (method)

3 uses

	net/http (current package)
		h2_bundle.go#L6096: 	req = req.WithContext(st.ctx)
		request.go#L361: func (r *Request) WithContext(ctx context.Context) *Request {
		server.go#L3383: 	r = r.WithContext(ctx)