Is there any way to print the request body that CRest (codegist) generates before sending it?
Similarly is it possible to print the response raw body after receiving it?
It would be very helpful for debugging.
I'm using CRest for an Android project.