Replies: 1 comment 4 replies
-
Sounds as a good idea. And how about other transports? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are developer/side builder interested in detail curl debug information?
The interface could be something like
$transport->setDebug(true);
or be part of the Transport creation
after request
$transport->getDebugInformation();
And you get the following output:
If enough people are interessiere I would bring it up in the relevant teams and create a pr for the framework
Beta Was this translation helpful? Give feedback.
All reactions