func net/http/httptest.NewRequestWithContext
2 uses
net/http/httptest (current package)
httptest.go#L20: return NewRequestWithContext(context.Background(), method, target, body)
httptest.go#L46: func NewRequestWithContext(ctx context.Context, method, target string, body io.Reader) *http.Request {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)