baalexander / node-xmlrpc

A pure JavaScript XML-RPC client and server for Node.js.
MIT License
298 stars 149 forks source link

support DEBUG="xmlrpc:*" (etc.) in order to easily get input/output #124

Open temsa opened 8 years ago

temsa commented 8 years ago

Hi @baalexander :)

This PR adds the libraries debug and debug-stream plus relevant code in order for people to be able to debug their xmlrpc issues easily :)

hope it will make it to master

cheers