I'm working on some code using XML RPC in ruby and need to see some debug info, how do you do that?
|
feedback
|
|
Reading the source of the package, XMLRPC::Client uses Net::HTTP in turn as its transport. So I think you should be able to monkey-patch a method into the XMLRPC::Client accordingly:
(sample for XMLRPC snarfed from here). | |||
|
feedback
|