I use the spring framework for Android to make calls to a rest server. I can't find a way for debugging the sent requests, I would like to print the raw body of the requests built by the framework. It seems pretty basic but as the framework auto serialize the objects, I can't figure out how to print the raw final body.
Is anybody have a solution?
Thanks for your advice.