concordion / cubano

A packaged framework for implementing web and API test suites. Builds on Concordion to bring your software delivery team together around living documentation.
http://concordion.org/cubano/framework
Apache License 2.0
15 stars 2 forks source link

Improve readability/usability of the HttpEasyReader response #61

Closed jimmykemp closed 6 years ago

jimmykemp commented 6 years ago

Depending on the contentType (e.g. json/xml), the response is formatted as either JSON, XML or kept as is. Enables readability of the logged message.

Enabled only when logging (of the request/response) is turned on.