WhereSoftwareGoesToDie / haskell-opensrs

OpenSRS interface for Haskell
Other
1 stars 1 forks source link

Incorporate a debug flag #9

Open rtrvrtg opened 9 years ago

rtrvrtg commented 9 years ago

@christian-marie asked if I could incorporate a debug flag into the OpenSRS library to make it easier to track requests & responses to OpenSRS. This might be as simple as adding a Bool to the end of our SRSConfig.

In terms of displaying requests and responses: there seem to be a few different ways of pretty-printing XML out there, but we don't seem to get any for free with tagsoup or blaze.

rtrvrtg commented 9 years ago

I've added these changes to #8.