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 {