Terraform plugin framework http client

Hello,

I am working on a new terraform provider. Therefore I use the plugin framework.

Using the new plugin framework, what is the equivalent of terraform-plugin-sdk/transport.go at main · hashicorp/terraform-plugin-sdk · GitHub, used to debug HTTP requests/responses ?

Would you recommend using the transport from here and keeping the framework for the rest of the provider?

Thanks!