In my case, I\'m using the requests library to call PayPal\'s API over HTTPS. Unfortunately, I\'m getting an error from PayPal, and PayPal support cannot figure
requests
The verbose configuration option might allow you to see what you want. There is an example in the documentation.
verbose
NOTE: Read the comments below: The verbose config options doesn't seem to be available anymore.